#include <form_closed_event_args.h>
Provides data for the form_closed event.
- Namespace
- xtd::forms
- Library
- xtd.forms
Inherits xtd::event_args.
|
static const event_args | empty |
| Provides a value to use with events that do not have event data.
|
|
static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal.
|
|
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance.
|
|
◆ form_closed_event_args() [1/2]
xtd::forms::form_closed_event_args::form_closed_event_args |
( |
| ) |
|
|
default |
◆ form_closed_event_args() [2/2]
Initializes a new instance of the form_closed_event_args class.
- Parameters
-
close_raison | A close_reason value that represents the reason why the form was closed.A close_reason value that represents the reason why the form was closed. |
◆ close_reason()
Gets a value that indicates why the form was closed.
- Returns
- One of the close_reason enumerated values.
The documentation for this class was generated from the following file: