2#ifndef _System_ComponentModel_DoWorkEventArgs_h_
3#define _System_ComponentModel_DoWorkEventArgs_h_
5#include <system/object.h>
6#include <system/shared_ptr.h>
7#include <system/component_model/cancel_event_args.h>
11namespace ComponentModel {
Arguments of cancellable event. Objects of this class should only be allocated using System::MakeObje...
Definition: cancel_event_args.h:15
DoWork event arguments. Objects of this class should only be allocated using System::MakeObject() fun...
Definition: do_work_event_args.h:18
void set_Result(const SharedPtr< System::Object > &)
Sets Result property; not implemented.
DoWorkEventArgs(const SharedPtr< System::Object > &argument)
Constructs arguments instance.
Definition: do_work_event_args.h:29
SharedPtr< System::Object > get_Result()
Gets Result property; not implemented.
SharedPtr< System::Object > get_Argument()
Gets Argument property; not implemented.
The base class for classes that represent a context that is passed to the event subscribers when an e...
Definition: eventargs.h:19
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9