using xtd::forms::form_closing_event_handler = typedef delegate<void(object& sender, form_closing_event_args& e)> |
Represents the method that handles a form_closing event.
sender | The source of the event. |
e | A form_closing_event_args that contains the event data. |