|
|
Called when the active pane changes
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Sub OnActivePaneChanged ( _ isActive As Boolean _ ) |
| C# |
|---|
public virtual void OnActivePaneChanged( bool isActive ) |
| Visual C++ |
|---|
public: virtual void OnActivePaneChanged( bool isActive ) |
Parameters
- isActive
- Type: System..::..Boolean