Autodesk Vault ProfessionalVault API

RegisterHotCellHandler Method

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

Associates a Autodesk.DataManagement.Client.Framework.Vault.Forms.Interfaces.IHotCellHandler with a specific column based on its Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition's system name.

Syntax

public void RegisterHotCellHandler(
   System.string propDefSysName,
   IHotCellHandler hotCellHandler
)
Public Sub RegisterHotCellHandler( _
   ByVal propDefSysName As System.String, _
   ByVal hotCellHandler As IHotCellHandler _
) 

Parameters

NameDescription
propDefSysName
hotCellHandler

See Also