The properties of the PropertyChangeEventArgs class are listed below. For a complete list of PropertyChangeEventArgs class members, see the PropertyChangeEventArgs Members topic.
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. |
PropertyChangeEventArgs Class | LaMarvin.ComponentModel Namespace