Compartilhar via


UserDelegationUpdatePostEventArgs construtor (Collection<UserDelegationInfo>)

Cria uma instância da classe UserDelegationUpdatePostEventArgs ; usado internamente.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Sub New ( _
    updatedDelegations As Collection(Of UserDelegationInfo) _
)
'Uso
Dim updatedDelegations As Collection(Of UserDelegationInfo)

Dim instance As New UserDelegationUpdatePostEventArgs(updatedDelegations)
public UserDelegationUpdatePostEventArgs(
    Collection<UserDelegationInfo> updatedDelegations
)

Parâmetros

Ver também

Referência

UserDelegationUpdatePostEventArgs classe

UserDelegationUpdatePostEventArgs membros

UserDelegationUpdatePostEventArgs em sobrecarga

Microsoft.Office.Project.Server.Events namespace