Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the event was handled by the class.
Syntax
public boolean isEventHandled()
Run On
Called
Return Value
Type: boolean
true if the event was handled by the class; otherwise, false.
Remarks
Call this method only after the run method was executed.