Spread Windows Forms 12.0 Product Documentation
OnPropertyChanged(String) Method


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

Parameters

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

Reference

Grid Class
Grid Members
Overload List