Share via


EntityObject.ReportPropertyChanged(String) Method

Definition

Notifies the change tracker that a property has changed.

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

Parameters

property
String

The name of the changed property.

Exceptions

property is null.

Applies to