Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / WeekdaysStyle Class / OnDayOfWeekStylePropertyChanged Method / OnDayOfWeekStylePropertyChanged(PropertyChangedEventArgs) Method
An System.EventArgs that contains the event data.


In This Topic
    OnDayOfWeekStylePropertyChanged(PropertyChangedEventArgs) Method
    In This Topic
    Called when any property of the DayOfWeekStyle object is changed.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnDayOfWeekStylePropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As WeekdaysStyle
    Dim e As PropertyChangedEventArgs
     
    instance.OnDayOfWeekStylePropertyChanged(e)
    protected virtual void OnDayOfWeekStylePropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also