Table Of Contents

Previous topic

MaskedComboBoxEventHandler

Next topic

PreMaskedComboBox

This Page

phoenix_title 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 Inheritance Diagram

Inheritance diagram for class MaskedComboBoxSelectEvent

Inheritance diagram of MaskedComboBoxSelectEvent


super_classes Known Superclasses

PyCommandEvent


method_summary Methods Summary

__init__  
GetSelection Retrieve the value of the control at the time

api Class API



class MaskedComboBoxSelectEvent(PyCommandEvent)

Because calling SetSelection programmatically does not fire EVT_COMBOBOX events, the derived control has to do it itself when it auto-completes.


Methods



__init__(self, id, selection = 0, object=None)


GetSelection(self)

Retrieve the value of the control at the time this event was generated.