EditValueChangedEventArgs Properties
Provides data for the BaseEdit.EditValueChanged event.Name | Description |
---|---|
NewValue | Gets a new value that has been assigned to the editor. |
OldValue | Gets the previous edit value, which has been replaced by the new value. |
See Also