Search
ItemEditContext.Cancel Method
See Also
 






Cancels the in-place editing mode.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Cancel ()

Visual Basic  Copy Code

Public Sub Cancel ()

 Remarks

Invoke this method when the user has canceled the in-place editing of an item through the custom editor control.

 See Also