|
|
Occurs when the Gui is about to close and can be handled to cancel closure.
Namespace: Autodesk.Navisworks.Api.ApplicationParts
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Event Closing As CancelEventHandler |
| C# |
|---|
event CancelEventHandler Closing |
| Visual C++ |
|---|
event CancelEventHandler^ Closing { void add (CancelEventHandler^ value); void remove (CancelEventHandler^ value); } |