GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Holiday Class / OnPropertyChanged Method
The System.ComponentModel.PropertyChangedEventArgs instance that contains the event data.


In This Topic
OnPropertyChanged Method (Holiday)
In This Topic
Raises the PropertyChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
 
'Usage
 
Dim instance As Holiday
Dim e As PropertyChangedEventArgs
 
instance.OnPropertyChanged(e)

Parameters

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