ISchedulerInplaceEditorEx Members
The interface is designed for implementing a custom in-place editor.Methods
| Name | Description |
|---|---|
| Activate() | Initializes the control, subscribes to its major events and sets the focus to it. |
| ApplyChanges() | Passes the value, obtained form the editor, to the appointment and performs an assignment to the appointment’s property. |
| Deactivate() | Unsubscribes major events and releases resources, if necessary. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Events
| 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