|
|
Current database about to be unloaded (about to change file or exit).
Namespace: Autodesk.Navisworks.Api.DocumentParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Event Unloading As EventHandler(Of EventArgs) |
| C# |
|---|
public event EventHandler<EventArgs> Unloading |
| Visual C++ |
|---|
public: event EventHandler<EventArgs^>^ Unloading { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |