#include <progress_changed_event_args.h>
Provides data for the do_work event handler.
- 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. More...
|
|
static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal. More...
|
|
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance. More...
|
|
◆ progress_changed_event_args()
xtd::forms::progress_changed_event_args::progress_changed_event_args |
( |
int32_t |
progress_percentage, |
|
|
const std::any & |
user_state |
|
) |
| |
|
inline |
Initializes a new instance of the DoWorkEventArgs class.
- Parameters
-
argument | Specifies an argument for an asynchronous operation. |
◆ user_state()
std::any xtd::forms::progress_changed_event_args::user_state |
( |
| ) |
const |
|
inline |
Gets a value that represents the argument of an asynchronous operation.
- Returns
- An object representing the argument of an asynchronous operation.
The documentation for this class was generated from the following file: