ValueChangingEventArgs<T> Constructors
Stores arguments for events that trigger before a value changes.| Name | Parameters | Description |
|---|---|---|
| ValueChangingEventArgs(T, T) | oldValue, newValue | Initializes a new instance of the ValueChangingEventArgs<T> class with specified settings. |
See Also