xtd 0.2.0
state_changed_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 state_changed_event_handler = delegate<void(object& sender, const state_changed_event_args& e)>;
23  }
24  }
25 }
Contains xtd::speech::synthesis::state_changed_event_args class.
delegate< void(object &sender, const state_changed_event_args &e)> state_changed_event_handler
Represents the method that will handle xtd::speech::synthesis::speech_synthesizer::speak_started even...
Definition: state_changed_event_handler.h:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17