Invoked for an item when the user initiates in-place editing operation.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public virtual void StartEdit ( |
Visual Basic Copy Code |
---|
Public Overridable Sub StartEdit ( _ |
An object, containing all information required to start editing the item.
By 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.