CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
print_event_args.h
1
2#ifndef _System_Drawing_Printing_PrintEventArgs_h_
3#define _System_Drawing_Printing_PrintEventArgs_h_
4
5#include <system/exceptions.h>
6#include <system/component_model/cancel_event_args.h>
7#include <drawing/printing/print_action.h>
8
9namespace System { namespace Drawing { namespace Printing {
10
15class ASPOSECPP_SHARED_CLASS PrintEventArgs : public System::ComponentModel::CancelEventArgs
16{
21
22 RTTI_INFO(System::Drawing::Printing::PrintEventArgs, ::System::BaseTypesInfo<BaseType>);
23
24public:
26 PrintEventArgs() : System::ComponentModel::CancelEventArgs()
27 {
28 }
29
32 ASPOSECPP_SHARED_API PrintAction get_PrintAction();
33
34};
35
36}}}
37
38#endif // _System_Drawing_Printing_PrintEventArgs_h_
Arguments of cancellable event. Objects of this class should only be allocated using System::MakeObje...
Definition: cancel_event_args.h:15
Provides data for the BeginPrint and EndPrint events. Objects of this class should only be allocated ...
Definition: print_event_args.h:16
PrintAction get_PrintAction()
Returns a value that specify a print action represented by the current objet.
PrintEventArgs()
Constructs a new instance of PrintEventArgs object.
Definition: print_event_args.h:26
PrintAction
Specifies a type of print operation.
Definition: print_action.h:8
Definition: db_command.h:9