Search
ItemConfirmEvent.setConfirm Method
See Also
 






Sets a value indicating whether the action related to this event should be confirmed or canceled.

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

 Syntax

Java  Copy Code

public void setConfirm (
    boolean value
)

 Parameters

value

false to prevent the action or true to allow it.

 See Also