diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index 331a7b3746..1a4306e851 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -4,6 +4,8 @@ An event is a structure holding information about an event passed to a callback or member function. {\bf wxEvent} used to be a multipurpose event object, and is an abstract base class for other event classes (see below). +For more information about events, see the \helpref{Event handling overview}{eventhandlingoverview}. + \perlnote{In wxPerl custome event classes should be derived from \texttt{Wx::PlEvent} and \texttt{Wx::PlCommandEvent}.}