Search
ItemConfirmEvent.getConfirm Method
See Also
 






Gets 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 boolean getConfirm ()

 Return Value

false to prevent the action or true to allow it.

 See Also