Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekStyle Class / OnPropertyChanged Method
A System.ComponentModel.PropertyChangedEventArgs that contains event data.


In This Topic
    OnPropertyChanged Method (DayOfWeekStyle)
    In This Topic
    Occurs when the DayOfWeekStyle object is changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DayOfWeekStyle
    Dim e As PropertyChangedEventArgs
     
    instance.OnPropertyChanged(e)
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    A System.ComponentModel.PropertyChangedEventArgs that contains event data.
    See Also