Spread Windows Forms 11.0 Product Documentation
OnPropertyChanged Method (HolidayStyle)


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

Parameters

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

Reference

HolidayStyle Class
HolidayStyle Members