Cell.OnPropertyChanging(String) Method

Definition

TApplication developers can override this method to do actions when the property named by propertyName is set.

protected override void OnPropertyChanging (string propertyName = default);
override this.OnPropertyChanging : string -> unit

Parameters

propertyName
String

The name of the property on which to monitor value changes.

Applies to