Specifies whether the event is handled.
public boolean handled;
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.