Autodesk Vault ProfessionalVault API

EntityDoubleClick Event

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl

This event is fired when an entity is double clicked. If the entity is a folder or a other container, then the folder will be opened and the event will not be fired. Otherwise, this event is fired.

Syntax

public event EventHandler<EntityEventArgs> EntityDoubleClick
Public Event EntityDoubleClick As EventHandler(Of EntityEventArgs)

See Also