xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
threading
thread_exception_event_handler.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
thread_exception_event_args.hpp
"
6
#include <xtd/event_handler>
7
9
namespace
xtd
{
11
namespace
threading
{
27
using
thread_exception_event_handler
= xtd::delegate<void(
object
& sender,
const
thread_exception_event_args
&
e
)>;
28
}
29
}
xtd::threading::thread_exception_event_args
Provides data for the xtd::forms::application::thread_exception event.
Definition
thread_exception_event_args.hpp:24
xtd::threading::thread_exception_event_handler
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
xtd::console_key::e
@ e
The E key.
Definition
console_key.hpp:96
xtd::threading
The xtd::threading namespace provides classes and interfaces that enable multithreaded programming....
Definition
abandoned_mutex_exception.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
thread_exception_event_args.hpp
Contains xtd::forms::thread_exception_event_args event args.
Generated on
for xtd by
Gammasoft
. All rights reserved.