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