Share via


StructuralObject.PropertyChanging Event

Definition

Notification that a property is about to be changed.

public event System.ComponentModel.PropertyChangingEventHandler PropertyChanging;
member this.PropertyChanging : System.ComponentModel.PropertyChangingEventHandler 
Public Custom Event PropertyChanging As PropertyChangingEventHandler 

Event Type

Implements

Remarks

The PropertyChanging event can indicate all properties on the object are changing by using either a null reference (Nothing in Visual Basic) or String.Empty as the property name in the PropertyChangingEventArgs.

Applies to