|
|
Occurs when a Document has been removed from the Documents
collection. Typically shortly before the Document is destroyed.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Shared Event DocumentRemoved As EventHandler(Of DocumentEventArgs) |
| C# |
|---|
public static event EventHandler<DocumentEventArgs> DocumentRemoved |
| Visual C++ |
|---|
public: static event EventHandler<DocumentEventArgs^>^ DocumentRemoved { void add (EventHandler<DocumentEventArgs^>^ value); void remove (EventHandler<DocumentEventArgs^>^ value); } |
Remarks
The Property DocumentEventArgs.Document identifies
the Document being removed.