Constable Authorization Engine 2.0 BETA

PropertyChangeEventArgs Properties

The properties of the PropertyChangeEventArgs class are listed below. For a complete list of PropertyChangeEventArgs class members, see the PropertyChangeEventArgs Members topic.

Public Instance Properties

IgnoreNestedChanges (inherited from ChangeEventArgs) Gets or sets a flag indicating whether nested change notifications resulting from the current notification should be ignored by undo managers listening to change notifications on the given instance.
NewValue Gets the new value of the property after the change represented by this instance has taken place.
OldValue Gets the old value of the property before the change represented by this instance takes place.
PropertyName Gets the name of the property that is changed.

See Also

PropertyChangeEventArgs Class | LaMarvin.ComponentModel Namespace