xtd 0.2.0
Loading...
Searching...
No Matches
dialog_closed_event_handler.h
Go to the documentation of this file.
1
4#pragma once
6#include <xtd/delegate>
7
9namespace xtd {
11 namespace forms {
22 using dialog_closed_event_handler = delegate<void(object& sender, const dialog_closed_event_args& e)>;
23 }
24}
Provides data for a dialog closed event.
Definition dialog_closed_event_args.h:20
Contains xtd::forms::dialog_closed_event_args dialog.
delegate< void(object &sender, const dialog_closed_event_args &e)> dialog_closed_event_handler
Provides handler for a dialog closed event.
Definition dialog_closed_event_handler.h:22
@ e
The E key.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10