BindableObject.OnPropertyChanging(String) Method

Definition

Raises the PropertyChanging event.

protected virtual void OnPropertyChanging (string propertyName = default);

Parameters

propertyName
String

The name of the property that is changing.

Applies to