Autodesk Vault ProfessionalVault API

CommandBeginEventArgs Class

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

Provides args to the CommandBegin event

Syntax

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

Properties

NameDescription
CommandIdGets the Id of the Command to be executed

Returned By

Where you get a CommandBeginEventArgs — members that return one.

Inheritance Hierarchy

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

See Also