Spread Windows Forms 12.0 Product Documentation
OnPropertyChanged Method (HolidayBase)


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

Parameters

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

Reference

HolidayBase Class
HolidayBase Members