Autodesk Vault ProfessionalVault API

CommandEndEventArgs Class

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

Provides args to the CommandEnd event

Syntax

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

Properties

NameDescription
CommandIdGets the Id of the Command that was executed

Returned By

Where you get a CommandEndEventArgs — members that return one.

Inheritance Hierarchy

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

See Also