xtd 0.2.0
Loading...
Searching...
No Matches
form_closing_event_args.h
Go to the documentation of this file.
1
4#pragma once
5#include "cancel_event_args.h"
6#include "close_reason.h"
7
9namespace xtd {
11 namespace forms {
23 public:
25
34
39
41
45 forms::close_reason close_reason() const noexcept {return close_reason_;}
47
48 private:
50 };
51 }
52}
Contains xtd::forms::cancel_event_args event args.
Provides data for a cancelable event.
Definition cancel_event_args.h:22
Provides data for the form_closing event.
Definition form_closing_event_args.h:22
form_closing_event_args()=default
Initializes a new instance of the form_closing_event_args class.
form_closing_event_args(xtd::forms::close_reason close_reason)
Initializes a new instance of the form_closing_event_args class.
Definition form_closing_event_args.h:32
forms::close_reason close_reason() const noexcept
Gets a value that indicates why the form is being closed.
Definition form_closing_event_args.h:45
Contains xtd::forms::close_reason enum class.
close_reason
Specifies the reason that a form was closed.
Definition close_reason.h:22
@ none
The cause of the closure was not defined or could not be determined.
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