|
|
Occurs when the Gui (including the main window) is about to close.
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Event Closed As EventHandler |
| C# |
|---|
event EventHandler Closed |
| Visual C++ |
|---|
event EventHandler^ Closed { void add (EventHandler^ value); void remove (EventHandler^ value); } |