Event sent from the IntCtrl
when control is updated.
Default class constructor. |
|
Retrieve the value of the control at the time |
IntUpdatedEvent
(wx.PyCommandEvent)¶Event sent from the IntCtrl
when control is updated.
__init__
(self, id, value = 0, object=None)¶Default class constructor.
id (int) – the object id
value (int) – the value
object – the object of the event
GetValue
(self)¶Retrieve the value of the control at the time this event was generated.