Spread Windows Forms 12.0 Product Documentation
OnPropertyChanged Method (YearMonthFormat)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > YearMonthFormat Class : OnPropertyChanged Method
A System.ComponentModel.PropertyChangedEventArgs value that contains the event data.
Called when any property is changed.
Syntax
'Declaration
 
Protected Sub OnPropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As YearMonthFormat
Dim e As PropertyChangedEventArgs
 
instance.OnPropertyChanged(e)
protected void OnPropertyChanged( 
   PropertyChangedEventArgs e
)

Parameters

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

Reference

YearMonthFormat Class
YearMonthFormat Members