wx.lib.masked.numctrl.NumberUpdatedEvent
Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
Class Hierarchy
Inheritance diagram for class
NumberUpdatedEvent:
Methods Summary
Class API
-
class
NumberUpdatedEvent
(wx.PyCommandEvent)
Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
Methods
-
__init__
(self, id, value = 0, object=None)
-
GetValue
(self)
Retrieve the value of the control at the time
this event was generated.