Spread Windows Forms 12.0 Product Documentation
OnPropertyChanged Method (SubStyle)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyle Class : OnPropertyChanged Method
A System.ComponentModel.PropertyChangedEventArgs that contains the event data.
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)
protected virtual void OnPropertyChanged( 
   PropertyChangedEventArgs e
)

Parameters

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

Reference

SubStyle Class
SubStyle Members