1 \section{\class{wxWindowCreateEvent
}}\label{wxwindowcreateevent
}
3 This event is sent just after the actual window associated with a wxWindow object
4 has been created. Since it is derived from wxCommandEvent, the event propagates up
7 \wxheading{Derived from
}
9 \helpref{wxCommandEvent
}{wxevent
}\\
10 \helpref{wxEvent
}{wxevent
}\\
11 \helpref{wxObject
}{wxobject
}
13 \wxheading{Include files
}
17 \wxheading{Event table macros
}
19 To process a window creation event, use this event handler macro to direct input to a member
20 function that takes a wxWindowCreateEvent argument.
23 \begin{twocollist
}\itemsep=
0pt
24 \twocolitem{{\bf EVT
\_WINDOW\_CREATE(func)
}}{Process a wxEVT
\_CREATE event.
}
29 \helpref{Event handling overview
}{eventhandlingoverview
},
\rtfsp
30 \helpref{wxWindowDestroyEvent
}{wxwindowdestroyevent
}
32 \latexignore{\rtfignore{\wxheading{Members
}}}
34 \membersection{wxWindowCreateEvent::wxWindowCreateEvent
}\label{wxwindowcreateeventctor
}
36 \func{}{wxWindowCreateEvent
}{\param{wxWindow*
}{win = NULL
}}