Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyle Class / OnSubStylePropertyChanged Method
A System.ComponentModel.PropertyChangedEventArgs that contains the event data.


In This Topic
OnSubStylePropertyChanged Method (HolidayStyle)
In This Topic
Occurs when the SubStyle object has changed.
Syntax
'Declaration
 
Protected Overridable Sub OnSubStylePropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
 
'Usage
 
Dim instance As HolidayStyle
Dim e As PropertyChangedEventArgs
 
instance.OnSubStylePropertyChanged(e)

Parameters

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