Autodesk Vault ProfessionalVault API

ConnectionEventArgs Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.ConnectionsConnectionEventArgs

Creates a ConnectionEventArgs object

Syntax

public ConnectionEventArgs(
   Connection conn
)
Public Function New( _
   ByVal conn As Connection _
)

Parameters

NameDescription
connThe connection object that the event is related to.

See Also