Autodesk Vault ProfessionalVault API

OnHotCellClicked Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.InterfacesIHotCellHandler

Called when CTRL-click occurs on a hot cell.

Syntax

void OnHotCellClicked(
   IEntity entity,
   PropertyDefinition propDef,
   System.object currentValue
)
Sub OnHotCellClicked( _
   ByVal entity As IEntity, _
   ByVal propDef As PropertyDefinition, _
   ByVal currentValue As System.Object _
) 

Parameters

NameDescription
entityThe Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.IEntity of the row in question.
propDefThe Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition of the column in question.
currentValueThe current value of the hot cell.

See Also