In This Topic
GdPicture14 Namespace / GdViewer Class / AfterPrintPage Event

AfterPrintPage Event (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Event AfterPrintPage As GdViewer.AfterPrintPageEventHandler
public event GdViewer.AfterPrintPageEventHandler AfterPrintPage
public event AfterPrintPage: GdViewer.AfterPrintPageEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.AfterPrintPageEventHandler* AfterPrintPage
public:

event GdViewer.AfterPrintPageEventHandler^ AfterPrintPage
See Also