Autodesk Vault ProfessionalVault API

EntitiesEventArgs Constructor

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyEntitiesEventArgs

Constructs an instance of an EntityEventArgs class

Syntax

public EntitiesEventArgs(
   System.Collections.Generic.IEnumerable<IEntity> entities
)
Public Function New( _
   ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
)

Parameters

NameDescription
entitiesThe entity that the event is related to

See Also