Autodesk Vault ProfessionalVault API

CommandItemEventArgs Class

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

The argument for the CommandItem.Execute event

Syntax

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

Properties

NameDescription
ContextGets information about the command currently executing.

Returned By

Where you get a CommandItemEventArgs — members that return one.

Inheritance Hierarchy

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

See Also