Autodesk Vault ProfessionalVault API

SelectionChangedEventArgs Class

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

The argument for the DetailPaneTab.SelectionChanged event

Syntax

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

Constructors

NameDescription
SelectionChangedEventArgsCreates SelectionChangedEventArgs object

Properties

NameDescription
ContextGets the detail pane tab context

Returned By

Where you get a SelectionChangedEventArgs — members that return one.

Inheritance Hierarchy

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

See Also