In This Topic

NewDocumentLoaded Event (DocuViewareEventsHandler)

In This Topic
Specifies the event handler for a new loaded document.
Syntax
'Declaration
 
Public Event NewDocumentLoaded As EventHandler(Of NewDocumentLoadedEventArgs)
public event EventHandler<NewDocumentLoadedEventArgs> NewDocumentLoaded
Event Data

The event handler receives an argument of type NewDocumentLoadedEventArgs containing data related to this event. The following NewDocumentLoadedEventArgs properties provide information specific to this event.

PropertyDescription
Specifies the Docuvieware object that belong to the event.  
See Also