ISchedulerInplaceEditorEx Events
The interface is designed for implementing a custom in-place editor.
Name | Description |
---|---|
Commit |
Raise this event to save the modified value to the underlying data source. |
Rollback |
Raise this event to cancel changes and replace the modified value with the former value (a value before modification). |
See Also