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 {
21 public:
23
32
37
39
43 forms::close_reason close_reason() const noexcept {return close_reason_;}
45
46 private:
48 };
49 }
50}
Contains xtd::forms::cancel_event_args event args.
Provides data for a cancelable event.
Definition cancel_event_args.h:20
Provides data for the form_closing event.
Definition form_closing_event_args.h:20
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:30
forms::close_reason close_reason() const noexcept
Gets a value that indicates why the form is being closed.
Definition form_closing_event_args.h:43
Contains xtd::forms::close_reason enum class.
close_reason
Specifies the reason that a form was closed.
Definition close_reason.h:20
@ 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