OnPropertyChanged Method (Column)
In This Topic
Raises the PropertyChanged event on the parent columns 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