1 \section{\class{wxInitDialogEvent
}}\label{wxinitdialogevent
}
3 A wxInitDialogEvent is sent as a dialog or panel is being initialised.
4 Handlers for this event can transfer data to the window.
5 The default handler calls
\helpref{wxWindow::TransferDataToWindow
}{wxwindowtransferdatatowindow
}.
7 \wxheading{Derived from
}
9 \helpref{wxEvent
}{wxevent
}\\
10 \helpref{wxObject
}{wxobject
}
12 \wxheading{Include files
}
16 \wxheading{Event table macros
}
18 To process an activate event, use these event handler macros to direct input to a member
19 function that takes a wxInitDialogEvent argument.
22 \begin{twocollist
}\itemsep=
0pt
23 \twocolitem{{\bf EVT
\_INIT\_DIALOG(func)
}}{Process a wxEVT
\_INIT\_DIALOG event.
}
28 \helpref{Event handling overview
}{eventhandlingoverview
}
30 \latexignore{\rtfignore{\wxheading{Members
}}}
32 \membersection{wxInitDialogEvent::wxInitDialogEvent
}\label{wxinitdialogeventctor
}
34 \func{}{wxInitDialogEvent
}{\param{int
}{id =
0}}