Spread WinForms 15
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.


In This Topic
OnPropertyChanged(String) Method
In This Topic
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)

Parameters

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