Autodesk Vault ProfessionalVault API

IHotCellHandler Interface

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces

An interface for implementing hot cell behavior that can be assigned to a specific column in a Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl via its customization options.

Syntax

public interface IHotCellHandler 
Public Interface IHotCellHandler 

Methods

NameDescription
GetHotCellToolTipGet the tool tip to use when the HotCell is hovered over.
IsHotCellTests if the specified cell can be CTRL-clicked.
OnHotCellClickedCalled when CTRL-click occurs on a hot cell.

See Also