Accepts the changes made on the item during the in-place editing.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void Accept () |
Visual Basic
Copy Code
|
|---|
Public Sub Accept () |
RemarksInvoke this method when the user has confirmed the in-place editing of an item through the custom editor control.
See Also