OnPropertyChanged Method (RowCol)
In This Topic
Raises the PropertyChanged event.
Syntax
'Declaration
Protected MustOverride Sub OnPropertyChanged( _
ByVal As String _
)
protected abstract void OnPropertyChanged(
string
)
Parameters
- name
- Name of the property that changed.
See Also