User.OnPropertyChanged Method

protected virtual void OnPropertyChanged( 
string propertyName = null 
)
This language is not supported or no code example is available.
protected:  
virtual void OnPropertyChanged( 
String^ propertyName 
)
This language is not supported or no code example is available.
protected function OnPropertyChanged( 
propertyName : String 
);
This language is not supported or no code example is available.

Parameters

propertyName
string

In this article

Definition