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