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