xtd 0.2.0
program_exit_event_handler.h
Go to the documentation of this file.
1 #pragma once
5 #include "event_handler.h"
7 
9 namespace xtd {
17  using program_exit_event_handler = xtd::delegate<void(const program_exit_event_args&)>;
18 }
Contains xtd::event_handler event handler.
Contains xtd::program_exit_event_args event args.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
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