|
|
Occurs when the ActiveSheet is about to change.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Event ActiveSheetChanging As EventHandler(Of EventArgs) |
| C# |
|---|
public event EventHandler<EventArgs> ActiveSheetChanging |
| Visual C++ |
|---|
public: event EventHandler<EventArgs^>^ ActiveSheetChanging { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |
Remarks
For more information on Sheets see 'Sheets' in the 'Developer guide'.