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 Cancel |
New |
Gets the new value. |
Old |
Gets the old value. |
See Also