|
![]() |
Occurs when the document is about to be saved into a file
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Event FileSaving As EventHandler(Of FileSaveEventArgs) |
C# |
---|
public event EventHandler<FileSaveEventArgs> FileSaving |
Visual C++ |
---|
public: event EventHandler<FileSaveEventArgs^>^ FileSaving { void add (EventHandler<FileSaveEventArgs^>^ value); void remove (EventHandler<FileSaveEventArgs^>^ value); } |