BindableObject.OnPropertyChanging(String) Method

Definition

Raises the PropertyChanging event.

protected virtual void OnPropertyChanging (string propertyName = default);
abstract member OnPropertyChanging : string -> unit
override this.OnPropertyChanging : string -> unit
Protected Overridable Sub OnPropertyChanging (Optional propertyName As String = Nothing)

Parameters

propertyName
String

The name of the property that is changing.

Applies to