ValueChangingEventArgs<T> Properties
Contains data for events that allow you to obtain the current and previous object states before its assignment.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NewValue | Gets the new value of a property. |
OldValue | Gets the old value of a property. |
See Also