Spread Windows Forms 12.0 Product Documentation
OnPropertyChanged(PropertyChangedEventArgs) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Grid Class > OnPropertyChanged Method : OnPropertyChanged(PropertyChangedEventArgs) Method
The name of the property that was changed.
Raises the OnPropertyChanged event.
Syntax
'Declaration
 
Protected Overloads Sub OnPropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As Grid
Dim e As PropertyChangedEventArgs
 
instance.OnPropertyChanged(e)
protected void OnPropertyChanged( 
   PropertyChangedEventArgs e
)

Parameters

e
The name of the property that was changed.
See Also

Reference

Grid Class
Grid Members
Overload List