Overview | Methods | Fields | This Package | All Packages
Specifies whether the event is handled.
Syntax
public boolean handled;
Remarks
If the event is not handled, the message is passed on for default Windows processing. If you do not want the message to be passed on for default processing, set handled to true.