.. include:: headings.inc .. currentmodule:: adv .. _adv.TaskBarIconEvent: ========================================================================================================================================== |phoenix_title| **TaskBarIconEvent** ========================================================================================================================================== The event class used by :ref:`adv.TaskBarIcon`. For a list of the event macros meant to be used with :ref:`adv.TaskBarIconEvent`, please look at :ref:`adv.TaskBarIcon` description. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **TaskBarIconEvent** .. raw:: html

Inheritance diagram of TaskBarIconEvent

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~TaskBarIconEvent.__init__` Constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: TaskBarIconEvent(Event) The event class used by TaskBarIcon. **Possible constructors**:: TaskBarIconEvent(evtType, tbIcon) .. method:: __init__(self, evtType, tbIcon) Constructor. :param `evtType`: :type `evtType`: EventType :param `tbIcon`: :type `tbIcon`: adv.TaskBarIcon