EditValueChangingEventArgs Properties
Provides data for the BaseEdit.EditValueChanging event.| Name | Description |
|---|---|
| IsCancel | Gets or sets a value indicating whether the event should be canceled. |
| NewValue | Gets a new value to be assigned to the editor. |
| OldValue | Gets or sets the current edit value, which should be replaced by the new value. |
See Also