1\section{\class{wxInitDialogEvent}}\label{wxinitdialogevent}
2
3A wxInitDialogEvent is sent as a dialog or panel is being initialised.
4Handlers for this event can transfer data to the window.
5The default handler calls \helpref{wxWindow::TransferDataToWindow}{wxwindowtransferdatatowindow}.
6
7\wxheading{Derived from}
8
9\helpref{wxEvent}{wxevent}\\
10\helpref{wxObject}{wxobject}
11
12\wxheading{Include files}
13
14<wx/event.h>
15
16\wxheading{Event table macros}
17
18To process an activate event, use these event handler macros to direct input to a member
19function that takes a wxInitDialogEvent argument.
20
21\twocolwidtha{7cm}
22\begin{twocollist}\itemsep=0pt
23\twocolitem{{\bf EVT\_INIT\_DIALOG(func)}}{Process a wxEVT\_INIT\_DIALOG event.}
24\end{twocollist}
25
26\wxheading{See also}
27
28\helpref{Event handling overview}{eventhandlingoverview}
29
30\latexignore{\rtfignore{\wxheading{Members}}}
31
32\membersection{wxInitDialogEvent::wxInitDialogEvent}\label{wxinitdialogeventctor}
33
34\func{}{wxInitDialogEvent}{\param{int }{id = 0}}
35
36Constructor.
37
38
39