CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
print_event_handler.h
1
2#ifndef _System_Drawing_Printing_PrintEventHandler_h_
3#define _System_Drawing_Printing_PrintEventHandler_h_
4
5#include <system/shared_ptr.h>
6#include <system/eventhandler.h>
7#include <drawing/printing/print_event_args.h>
8
9namespace System { namespace Drawing { namespace Printing {
10
13
14}}}
15
16#endif // _System_Drawing_Printing_PrintEventHandler_h_
17
System::EventHandler< System::SharedPtr< PrintEventArgs > > PrintEventHandler
A type of a function object that handles BeginPrint and EndPrint events.
Definition: print_event_handler.h:12
Definition: db_command.h:9
MulticastDelegate< void(System::SharedPtr< Object >, TEventArgs)> EventHandler
Represents a method that reacts to and processes an event. This type should be allocated on stack and...
Definition: eventhandler.h:16