xtd 0.2.0
Loading...
Searching...
No Matches
speak_started_event_handler.h
Go to the documentation of this file.
1
4#pragma once
6#include "../../event_handler.h"
7
9namespace xtd {
11 namespace speech {
13 namespace synthesis {
24 using speak_started_event_handler = delegate<void(object& sender, const speak_started_event_args& e)>;
25 }
26 }
27}
Provides data for the method_name_completed event.
Definition prompt_event_args.h:37
delegate< void(object &sender, const speak_started_event_args &e)> speak_started_event_handler
Represents the method that will handle xtd::speech::synthesis::speech_synthesizer::speak_started even...
Definition speak_started_event_handler.h:24
@ e
The E key.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::speech::synthesis::speak_started_event_args alias.