BaseEdit Events
Serves as the base for all editors that can be used for inplace editing in container controls.
Name | Description |
---|---|
Edit |
Occurs after the editor’s value has been changed. |
Edit |
Occurs before the editor’s value is changed. |
Validate | Enables you to validate the editor’s value. |
See Also