Share via


StructuralObject.OnPropertyChanged(String) Method

Definition

Raises the PropertyChanged event.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId="Property")]
protected virtual void OnPropertyChanged (string property);
abstract member OnPropertyChanged : string -> unit
override this.OnPropertyChanged : string -> unit
Protected Overridable Sub OnPropertyChanged (property As String)

Parameters

property
String

The name of the changed property.

Attributes

Applies to