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


In This Topic
OnPropertyChanged Method (SubStyle)
In This Topic
Occurs when any property of the SubStyle is changed.
Syntax
'Declaration
 
Protected Overridable Sub OnPropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
 
'Usage
 
Dim instance As SubStyle
Dim e As PropertyChangedEventArgs
 
instance.OnPropertyChanged(e)

Parameters

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