.. 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.masked.numctrl
.. highlight:: python
.. _wx.lib.masked.numctrl.NumberUpdatedEvent:
==========================================================================================================================================
|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
=================================
.. raw:: html

Inheritance diagram for class
NumberUpdatedEvent:
|
|super_classes| Known Superclasses
==================================
:class:`wx.PyCommandEvent`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.masked.numctrl.NumberUpdatedEvent.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.masked.numctrl.NumberUpdatedEvent.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.
.. method:: __init__(self, id, value = 0, object=None)
Initialize self. See help(type(self)) for accurate signature.
.. method:: GetValue(self)
Retrieve the value of the control at the time
this event was generated.