1 \section{\class{wxWindowDestroyEvent
}}\label{wxwindowdestroyevent
}
3 This event is sent just before the actual window associated with a wxWindow object
4 is destroyed. 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 destruction event, use this event handler macro to direct input to a member
20 function that takes a wxWindowDestroyEvent argument.
23 \begin{twocollist
}\itemsep=
0pt
24 \twocolitem{{\bf EVT
\_WINDOW\_DESTROY(func)
}}{Process a wxEVT
\_DESTROY event.
}
29 \helpref{Event handling overview
}{eventhandlingoverview
},
\rtfsp
30 \helpref{wxWindowCreateEvent
}{wxwindowcreateevent
}
32 \latexignore{\rtfignore{\wxheading{Members
}}}
34 \membersection{wxWindowDestroyEvent::wxWindowDestroyEvent
}\label{wxwindowdestroyeventctor
}
36 \func{}{wxWindowDestroyEvent
}{\param{wxWindow*
}{win = NULL
}}