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


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

Parameters

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