using xtd::program_exit_event_handler = typedef xtd::delegate<void(const program_exit_event_args&)> |
Represents the method that will handle the program exit events of a xtd::environment.
e | A xtd::program_exit_event_args object that contains the exit data. |