Spread Windows Forms 12.0 Product Documentation
OnHolidayStyleSubStylePropertyChanged Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayStyleCollection Class : OnHolidayStyleSubStylePropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs that contains the event data.
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)
protected virtual void OnHolidayStyleSubStylePropertyChanged( 
   PropertyChangedEventArgs e
)

Parameters

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

Reference

HolidayStyleCollection Class
HolidayStyleCollection Members