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