2#ifndef _System_ComponentModel_CancelEventArgs_h_
3#define _System_ComponentModel_CancelEventArgs_h_
5#include <system/eventargs.h>
8namespace ComponentModel {
Arguments of cancellable event. Objects of this class should only be allocated using System::MakeObje...
Definition: cancel_event_args.h:15
bool get_Cancel()
Gets value indicating whether the event should be cancelled.
Definition: cancel_event_args.h:32
void set_Cancel(bool cancel)
Sets value indicating whether the event should be cancelled.
Definition: cancel_event_args.h:35
CancelEventArgs()
Constructor; sets Cancel property to false.
Definition: cancel_event_args.h:28
CancelEventArgs(bool cancel)
Constructor.
Definition: cancel_event_args.h:26
The base class for classes that represent a context that is passed to the event subscribers when an e...
Definition: eventargs.h:19
Definition: db_command.h:9