ObjectPropertyProvider.OnPropertyChanged(String) Method

Definition

Raises the PropertyChanged event that uses the name of the property that changed.

protected:
 void OnPropertyChanged(System::String ^ name);
protected void OnPropertyChanged (string name);
member this.OnPropertyChanged : string -> unit
Protected Sub OnPropertyChanged (name As String)

Parameters

name
String

The name of the property whose value is changed.

Applies to