.. include:: headings.inc .. _InitDialogEvent: ========================================================================================================================================== |phoenix_title| **InitDialogEvent** ========================================================================================================================================== A :ref:`InitDialogEvent` is sent as a dialog or panel is being initialised. Handlers for this event can transfer data to the window. The default handler calls :meth:`Window.TransferDataToWindow` . .. _InitDialogEvent-events: |events| Events Emitted by this Class ===================================== Handlers bound for the following event types will receive a :ref:`InitDialogEvent` parameter. - EVT_INIT_DIALOG: Process a ``wxEVT_INIT_DIALOG`` event. .. seealso:: :ref:`Events and Event Handling ` | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **InitDialogEvent** .. raw:: html

Inheritance diagram of InitDialogEvent

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~InitDialogEvent.__init__` Constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: InitDialogEvent(Event) A InitDialogEvent is sent as a dialog or panel is being initialised. **Possible constructors**:: InitDialogEvent(id=0) .. method:: __init__(self, id=0) Constructor. :param `id`: :type `id`: int