Invoked for an item when the user initiates in-place editing operation.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
void StartEdit ( |
Visual Basic
Copy Code
|
|---|
Sub StartEdit( _ |
An object, containing all information required to start editing the item.
RemarksBy the time this function is invoked the custom control is created, positioned and displayed in the Calendar. It is a responsibility of the derived class to initialize the fields of the custom control with the desired data from the item being edited.
See Also