xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
program_exit_event_handler.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
event_handler.hpp
"
6
#include "
program_exit_event_args.hpp
"
7
9
namespace
xtd
{
24
using
program_exit_event_handler
= xtd::delegate<void(
const
program_exit_event_args
&)>;
25
}
xtd::program_exit_event_args
Provides data for the environment program exit event. This class cannot be inherited.
Definition
program_exit_event_args.hpp:16
event_handler.hpp
Contains xtd::event_handler event handler.
xtd::program_exit_event_handler
xtd::delegate< void(const program_exit_event_args &)> program_exit_event_handler
Represents the method that will handle the program exit events of a xtd::environment.
Definition
program_exit_event_handler.hpp:24
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
program_exit_event_args.hpp
Contains xtd::program_exit_event_args event args.
Generated on
for xtd by
Gammasoft
. All rights reserved.