ChangeEventArgs Properties
Provides data for the events that are associated with changes to property values.Name | Description |
---|---|
NewValue | Gets an object which represents the new value of the property whose change triggered the event. |
OldValue | Gets an object which represents the old value of the property whose change triggered the event. |
See Also