OnHotCellClicked Method
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
| Name | Description |
|---|---|
| entity | The Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.IEntity of the row in question. |
| propDef | The Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition of the column in question. |
| currentValue | The current value of the hot cell. |