Condividi tramite


UserDelegationUpdatePostEventArgs constructor (Collection<UserDelegationInfo>)

Creates an instance of the UserDelegationUpdatePostEventArgs class; used internally.

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

Syntax

'Declaration
Public Sub New ( _
    updatedDelegations As Collection(Of UserDelegationInfo) _
)
'Usage
Dim updatedDelegations As Collection(Of UserDelegationInfo)

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

Parameters

See also

Reference

UserDelegationUpdatePostEventArgs class

UserDelegationUpdatePostEventArgs members

UserDelegationUpdatePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace