Search
ItemEditContext.accept Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void accept ()

 Remarks

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

 See Also