.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.intctrl .. highlight:: python .. _wx.lib.intctrl.IntUpdatedEvent: ========================================================================================================================================== |phoenix_title| **wx.lib.intctrl.IntUpdatedEvent** ========================================================================================================================================== Event sent from the :class:`~lib.intctrl.IntCtrl` when control is updated. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class IntUpdatedEvent:
| |super_classes| Known Superclasses ================================== :class:`wx.PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.intctrl.IntUpdatedEvent.__init__` Default class constructor. :meth:`~wx.lib.intctrl.IntUpdatedEvent.GetValue` Retrieve the value of the control at the time ================================================================================ ================================================================================ | |api| Class API =============== .. class:: IntUpdatedEvent(wx.PyCommandEvent) Event sent from the :class:`~lib.intctrl.IntCtrl` when control is updated. .. method:: __init__(self, id, value = 0, object=None) Default class constructor. :param int `id`: the object id :param int `value`: the value :param `object`: the object of the event .. method:: GetValue(self) Retrieve the value of the control at the time this event was generated.