17struct __xtd_forms_common_dialog_closed_caller__;
 
   43      std::any 
tag()
 const {
return tag_;}
 
   65        return dialog_result_;
 
   77        return dialog_result_;
 
   95          std::this_thread::sleep_for(std::chrono::milliseconds(100));
 
   97        return dialog_result_;
 
  110      friend struct ::__xtd_forms_common_dialog_closed_caller__;
 
  117        dialog_result_ = 
e.dialog_result();
 
Contains xtd::forms::application class.
 
Represents an event.
Definition: event.h:21
 
Contains xtd::forms::component class.
 
Contains xtd::forms::dialog_closed_event_handler dialog.
 
Contains xtd::forms::dialog_result enum class.
 
event< common_dialog, dialog_closed_event_handler > dialog_closed
Occurs when the user close a common dialog box with dialog close button or other dialog buttons.
Definition: common_dialog.h:106
 
event< common_dialog, help_event_handler > help_request
Occurs when the user clicks the Help button on a common dialog box.
Definition: common_dialog.h:102
 
Contains xtd::forms::help_event_handler event handler.
 
Contains xtd::forms::iwin32_window interface.
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17