ValueChangingEventArgs<T> Properties
Stores arguments for events that trigger before a value changes.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| NewValue | Gets the new value. |
| OldValue | Gets the old value. |
See Also