Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayStyleCollection Class / OnHolidayStyleSubStylePropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs that contains the event data.


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

Parameters

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