Share via


ComplexObject.ReportPropertyChanging(String) Method

Definition

Notifies the change tracker that a property change is pending on a complex object.

protected override sealed void ReportPropertyChanging (string property);
override this.ReportPropertyChanging : string -> unit
Protected Overrides NotOverridable Sub ReportPropertyChanging (property As String)

Parameters

property
String

The name of the changing property.

Exceptions

property is null.

Applies to