ISchedulerInplaceEditorEx Methods
The interface is designed for implementing a custom in-place editor.| 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. |
See Also