OnPropertyChanged Method (ObservableKeyValuePair<TKey,TValue>)
In This Topic
Fires the
PropertyChanged event.
Syntax
'Declaration
Protected Overridable Sub OnPropertyChanged( _
ByVal As String _
)
protected virtual void OnPropertyChanged(
string
)
Parameters
- name
See Also