|
![]() |
Occurs when a Document has been added to the Documents
collection. Typically soon after the Document has been created.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Shared Event DocumentAdded As EventHandler(Of DocumentEventArgs) |
C# |
---|
public static event EventHandler<DocumentEventArgs> DocumentAdded |
Visual C++ |
---|
public: static event EventHandler<DocumentEventArgs^>^ DocumentAdded { void add (EventHandler<DocumentEventArgs^>^ value); void remove (EventHandler<DocumentEventArgs^>^ value); } |
Remarks
The Property DocumentEventArgs.Document identifies
the Document being added.