MindFusion WinForms Programmer's Guide
ItemEditContext.Accept Method
See Also
 





Accepts the changes made on the item during the in-place editing.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Accept ()

Visual Basic  Copy Code

Public Sub Accept ()

 Remarks

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

 See Also

ItemEditContext Members
ItemEditContext Class
MindFusion.Scheduling.WinForms Namespace