Search
ItemEditContext.Accept Method
See Also
 






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

Namespace: MindFusion.Scheduling
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