Autodesk Vault ProfessionalVault API

DockPanelSelectionChangedEventArgs Class

Autodesk.Connectivity.Explorer.ExtensibilityAutodesk.Connectivity.Explorer.Extensibility

The argument for the DockPanel.SelectionChanged event

Syntax

public class DockPanelSelectionChangedEventArgs : System.EventArgs 
Public Class DockPanelSelectionChangedEventArgs
   Inherits System.EventArgs

Constructors

NameDescription
DockPanelSelectionChangedEventArgsCreates SelectionChangedEventArgs object

Properties

NameDescription
ContextGets the detail pane tab context

Returned By

Where you get a DockPanelSelectionChangedEventArgs — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Autodesk.Connectivity.Explorer.Extensibility.DockPanelSelectionChangedEventArgs

See Also