Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / WeekdaysStyle Class / OnPropertyChanged Method
An System.EventArgs contains the event data.


In This Topic
OnPropertyChanged Method (WeekdaysStyle)
In This Topic
Called when any property of the WeekdaysStyle changed.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
 
'Usage
 
Dim instance As WeekdaysStyle
Dim e As PropertyChangedEventArgs
 
instance.OnPropertyChanged(e)

Parameters

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