xtd 0.2.0
Loading...
Searching...
No Matches
program_exit_event_handler.h
Go to the documentation of this file.
1
4#pragma once
5#include "event_handler.h"
7
9namespace xtd {
17 using program_exit_event_handler = xtd::delegate<void(const program_exit_event_args&)>;
18}
Provides data for the environment program exit event. This class cannot be inherited.
Definition program_exit_event_args.h:16
Contains xtd::event_handler 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.h:17
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::program_exit_event_args event args.