Spread Windows Forms 12.0 Product Documentation
OnHolidayStylePropertyChanged Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > HolidayStyleCollection Class : OnHolidayStylePropertyChanged Method
The System.ComponentModel.CollectionChangeEventArgs that contains the event data.
Occurs when the HolidayStyle object has changed.
Syntax
'Declaration
 
Protected Overridable Sub OnHolidayStylePropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As HolidayStyleCollection
Dim e As PropertyChangedEventArgs
 
instance.OnHolidayStylePropertyChanged(e)
protected virtual void OnHolidayStylePropertyChanged( 
   PropertyChangedEventArgs e
)

Parameters

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

Reference

HolidayStyleCollection Class
HolidayStyleCollection Members