using xtd::console_cancel_event_handler = typedef xtd::delegate<void(console_cancel_event_args&)> |
Represents the method that will handle the cancel_key_press event of a xtd::console.
sender | The source of the event. |
e | A xtd::console_cancel_event_args object that contains the event data. |