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)

Parameters

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