Share via


UserDelegationDeletePostEventArgs constructor (Collection<UserDelegationInfo>)

Creates an instance of the UserDelegationDeletePostEventArgs 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 ( _
    deletedDelegations As Collection(Of UserDelegationInfo) _
)
'Usage
Dim deletedDelegations As Collection(Of UserDelegationInfo)

Dim instance As New UserDelegationDeletePostEventArgs(deletedDelegations)
public UserDelegationDeletePostEventArgs(
    Collection<UserDelegationInfo> deletedDelegations
)

Parameters

See also

Reference

UserDelegationDeletePostEventArgs class

UserDelegationDeletePostEventArgs members

UserDelegationDeletePostEventArgs overload

Microsoft.Office.Project.Server.Events namespace