IHotCellHandler Interface
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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
| Name | Description |
|---|---|
| GetHotCellToolTip | Get the tool tip to use when the HotCell is hovered over. |
| IsHotCell | Tests if the specified cell can be CTRL-clicked. |
| OnHotCellClicked | Called when CTRL-click occurs on a hot cell. |