.. 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.MaskedComboBoxSelectEvent:
==========================================================================================================================================
|phoenix_title| **wx.lib.masked.combobox.MaskedComboBoxSelectEvent**
==========================================================================================================================================
Because calling SetSelection programmatically does not fire EVT_COMBOBOX
events, the derived control has to do it itself when it auto-completes.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
MaskedComboBoxSelectEvent:
|
|super_classes| Known Superclasses
==================================
:class:`wx.PyCommandEvent`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.masked.combobox.MaskedComboBoxSelectEvent.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.masked.combobox.MaskedComboBoxSelectEvent.GetSelection` Retrieve the value of the control at the time
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: MaskedComboBoxSelectEvent(wx.PyCommandEvent)
Because calling SetSelection programmatically does not fire EVT_COMBOBOX
events, the derived control has to do it itself when it auto-completes.
.. method:: __init__(self, id, selection = 0, object=None)
Initialize self. See help(type(self)) for accurate signature.
.. method:: GetSelection(self)
Retrieve the value of the control at the time
this event was generated.