.. 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
.. _wx.PropagateOnce:
==========================================================================================================================================
|phoenix_title| **wx.PropagateOnce**
==========================================================================================================================================
Helper class to temporarily lower propagation level.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
PropagateOnce:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.PropagateOnce.__init__`
:meth:`~wx.PropagateOnce.__enter__`
:meth:`~wx.PropagateOnce.__exit__`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.PropagateOnce(object)
**Possible constructors**::
PropagateOnce(event : Event) -> None
Helper class to temporarily lower propagation level.
.. method:: __init__(self, event : Event)
:param `event`:
:type `event`: wx.Event
:rtype: `None`
.. method:: __enter__(self)
.. method:: __exit__(self, exc_type, exc_val, exc_tb)