.. include:: headings.inc .. currentmodule:: lib.masked.numctrl .. highlight:: python .. _lib.masked.numctrl.NumberUpdatedEvent: ========================================================================================================================================== |phoenix_title| **NumberUpdatedEvent** ========================================================================================================================================== Used to fire an EVT_NUM event whenever the value in a NumCtrl changes. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **NumberUpdatedEvent** .. raw:: html

Inheritance diagram of NumberUpdatedEvent

| |super_classes| Known Superclasses ================================== :class:`PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.masked.numctrl.NumberUpdatedEvent.__init__` :meth:`~lib.masked.numctrl.NumberUpdatedEvent.GetValue` Retrieve the value of the control at the time ================================================================================ ================================================================================ | |api| Class API =============== .. class:: NumberUpdatedEvent(PyCommandEvent) Used to fire an EVT_NUM event whenever the value in a NumCtrl changes. .. method:: __init__(self, id, value = 0, object=None) .. method:: GetValue(self) Retrieve the value of the control at the time this event was generated.