.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.masked.combobox .. highlight:: python .. _wx.lib.masked.combobox.MaskedComboBoxEventHandler: ========================================================================================================================================== |phoenix_title| **wx.lib.masked.combobox.MaskedComboBoxEventHandler** ========================================================================================================================================== This handler ensures that the derived control can react to events from the base control before any external handlers run, to ensure proper behavior. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class MaskedComboBoxEventHandler:
| |super_classes| Known Superclasses ================================== :class:`wx.EvtHandler` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.masked.combobox.MaskedComboBoxEventHandler.__init__` Initialize self. See help(type(self)) for accurate signature. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: MaskedComboBoxEventHandler(wx.EvtHandler) This handler ensures that the derived control can react to events from the base control before any external handlers run, to ensure proper behavior. .. method:: __init__(self, combobox) Initialize self. See help(type(self)) for accurate signature.