 wx.lib.masked.numctrl.NumberUpdatedEvent
  wx.lib.masked.numctrl.NumberUpdatedEvent
Used to fire an EVT_NUM event whenever the value in a NumCtrl changes.
 Class Hierarchy
 Class Hierarchy

Inheritance diagram for class 
NumberUpdatedEvent:
 
 
 Methods Summary
 Methods Summary
 
 Class API
 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.