OnPropertyChanged Method (Row)
In This Topic
Raises the PropertyChanged event on the parent rows collection.
Syntax
'Declaration
Protected Overrides Sub OnPropertyChanged( _
ByVal As String _
)
protected override void OnPropertyChanged(
string
)
Parameters
- name
- Name of the property that changed.
See Also