=head1 NAME Win32::GUI::Reference::Events - Common Events =head1 DESCRIPTION The events documented on this page are applicable to most windows and controls. =head1 EVENTS =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 Char B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 Click B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 DblClick B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 DblRightClick B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 DropFiles B Sent when the window receives dropped files. To enable a window to be a target for files dragged from a shell window, you must set the window's L<-acceptfiles|Win32::GUI::Reference::Options/acceptfiles> option or call C<< $win->AcceptFiles(1) >> on the window (See L). The DROP parameter is either * a Win32 drop handle (see MSDN) or a L object if you have done C somewhere in your code. =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 GotFocus B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 KeyDown B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 KeyUp B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 LostFocus B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseDblClick B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseDown B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseMiddleDblClick B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseMiddleDown B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseMiddleUp B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseMove B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseOut B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseOver B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseRightDblClick B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseRightDown B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseRightUp B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 MouseUp B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 RightClick B [TBD] =for comment $Id: Events_event.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $ =head2 Timer B Sent when a Win32::GUI::Timer object reaches its ELAPSEd time. For OEM the event is names $name_Timer. For NEM the subroutine called is set with the parent window's -onTimer option. There are 2 arguments passed to the NEM event handler: the first is the parent window object, and the second is the timer's name. =for comment $Id: pod_postamble.tpl,v 1.2 2005/08/03 21:45:59 robertemay Exp $ =head1 VERSION Documentation for Win32::GUI v1.06 created 14 Feb 2008 This document is autogenerated by the build process. Edits made here will be lost. Edit F instead. =head1 SUPPORT Homepage: L. For further support join the users mailing list(C) from the website at L. There is a searchable list archive at L. =head1 COPYRIGHT and LICENCE Copyright (c) 1997..2008 Aldo Calpini. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.