.. include:: headings.inc .. currentmodule:: lib.intctrl .. highlight:: python .. _lib.intctrl.IntUpdatedEvent: ========================================================================================================================================== |phoenix_title| **IntUpdatedEvent** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **IntUpdatedEvent** .. raw:: html

Inheritance diagram of IntUpdatedEvent

| |super_classes| Known Superclasses ================================== :class:`PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.intctrl.IntUpdatedEvent.__init__` :meth:`~lib.intctrl.IntUpdatedEvent.GetValue` Retrieve the value of the control at the time ================================================================================ ================================================================================ | |api| Class API =============== .. class:: IntUpdatedEvent(PyCommandEvent) .. method:: __init__(self, id, value = 0, object=None) .. method:: GetValue(self) Retrieve the value of the control at the time this event was generated.