OnPropertyChanged Method (UnboundSortDescription)
In This Topic
Raises the
PropertyChanged event.
Syntax
'Declaration
Protected Overridable Sub OnPropertyChanged( _
ByVal As String _
)
protected virtual void OnPropertyChanged(
string
)
Parameters
- propName
- Name of the property whose value changed.
See Also