Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 591 Bytes

write_events.rst

File metadata and controls

26 lines (16 loc) · 591 Bytes

Write Events

Write Selecting Word Event

Event that is raised before selecting a word.

.. seealso::

    - :py:class:`~.events.args.cancel_event_args.CancelEventArgs`
    - :py:meth:`Write.select_next_word() <.office.write.Write.select_next_word>`

Write Selected Word Event

Event that is raised after selecting a word.

.. seealso::

    - :py:class:`~.events.args.event_args.EventArgs`
    - :py:meth:`Write.select_next_word() <.office.write.Write.select_next_word>`