ISchedulerInplaceEditor Events
Provides methods to customize properties of an in-place editor.| Name | Description |
|---|---|
| CommitChanges | Occurs before a modified value is saved to the underlying data source. |
| LostFocus | Occurs when the control loses focus. |
| RollbackChanges | Occurs before changes are cancelled and the modified value is replaced with the former value (a value before modification). |
See Also