EditValueChangingEventArgs Constructors
Provides data for the BaseEdit.EditValueChanging event.| Name | Parameters | Description |
|---|---|---|
| EditValueChangingEventArgs(Object, Object) | oldValue, newValue | Initializes a new instance of the EditValueChangingEventArgs class with the specified old and new edit values. |
See Also