xtd 0.2.0
speak_started_event_handler.h
Go to the documentation of this file.
1 #pragma once
6 #include "../../event_handler.h"
7 
9 namespace xtd {
11  namespace speech {
13  namespace synthesis {
22  using speak_started_event_handler = delegate<void(object& sender, const speak_started_event_args& e)>;
23  }
24  }
25 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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:22
Contains xtd::speech::synthesis::speak_started_event_args alias.