In This Topic
Specifies the event handler for a new loaded document.
Syntax
'Declaration
Public Event NewDocumentLoaded As EventHandler(Of GdViewer.NewDocumentLoadedEventArgs)
public event EventHandler<GdViewer.NewDocumentLoadedEventArgs> NewDocumentLoaded
public event NewDocumentLoaded: EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event EventHandler<GdViewer.NewDocumentLoadedEventArgs*>* NewDocumentLoaded
public:
event EventHandler<GdViewer.NewDocumentLoadedEventArgs^>^ NewDocumentLoaded
See Also