Autodesk Vault ProfessionalVault API

ValidatePasteValueEventArgs Constructor

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsValidatePasteValueEventArgs

Syntax

public ValidatePasteValueEventArgs(
   System.string propertyName,
   System.int rowIndex,
   System.string value
)
Public Function New( _
   ByVal propertyName As System.String, _
   ByVal rowIndex As System.Integer, _
   ByVal value As System.String _
)

Parameters

NameDescription
propertyName
rowIndex
value

See Also