Cancels the in-place editing mode.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void Cancel () |
Visual Basic
Copy Code
|
|---|
Public Sub Cancel () |
RemarksInvoke this method when the user has canceled the in-place editing of an item through the custom editor control.
See Also