Phoenix Logo

phoenix_title 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:


super_classes Known Superclasses

wx.PyCommandEvent


method_summary Methods Summary

__init__  
GetValue Retrieve the value of the control at the time

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.