xtd 0.2.0
Loading...
Searching...
No Matches
thread_exception_event_handler.hpp
Go to the documentation of this file.
1
4#pragma once
6#include <xtd/event_handler>
7
9namespace xtd {
11 namespace threading {
27 using thread_exception_event_handler = xtd::delegate<void(object& sender, const thread_exception_event_args& e)>;
28 }
29}
Provides data for the xtd::forms::application::thread_exception event.
Definition thread_exception_event_args.hpp:24
xtd::delegate< void(object &sender, const thread_exception_event_args &e)> thread_exception_event_handler
Represents the method that will handle the xtd::forms::application::thread_exception event of an xtd:...
Definition thread_exception_event_handler.hpp:27
@ e
The E key.
Definition console_key.hpp:96
The xtd::threading namespace provides classes and interfaces that enable multithreaded programming....
Definition abandoned_mutex_exception.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::forms::thread_exception_event_args event args.