Search
ItemEditor.startEdit Method
See Also
 






Invoked for an item when the user initiates in-place editing operation.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

void startEdit (
    ItemEditContext context
)

 Parameters

context

An object, containing all information required to start editing the item.

 Remarks

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.

 See Also