.. 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.timectrl .. highlight:: python .. _wx.lib.masked.timectrl.TimeUpdatedEvent: ========================================================================================================================================== |phoenix_title| **wx.lib.masked.timectrl.TimeUpdatedEvent** ========================================================================================================================================== Used to fire an EVT_TIMEUPDATE event whenever the value in a TimeCtrl changes. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class TimeUpdatedEvent:
| |super_classes| Known Superclasses ================================== :class:`wx.PyCommandEvent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.masked.timectrl.TimeUpdatedEvent.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.masked.timectrl.TimeUpdatedEvent.GetValue` Retrieve the value of the time control at the time this event was generated ================================================================================ ================================================================================ | |api| Class API =============== .. class:: TimeUpdatedEvent(wx.PyCommandEvent) Used to fire an EVT_TIMEUPDATE event whenever the value in a TimeCtrl changes. .. method:: __init__(self, id, value ='12:00:00 AM') Initialize self. See help(type(self)) for accurate signature. .. method:: GetValue(self) Retrieve the value of the time control at the time this event was generated