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