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