UserDelegationCreatePostEventArgs Constructor
Creates an instance of the UserDelegationCreatePostEventArgs 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 ( _
createdDelegations As Collection(Of UserDelegationInfo) _
)
'Usage
Dim createdDelegations As Collection(Of UserDelegationInfo)
Dim instance As New UserDelegationCreatePostEventArgs(createdDelegations)
public UserDelegationCreatePostEventArgs(
Collection<UserDelegationInfo> createdDelegations
)
Parameters
- createdDelegations
Type: System.Collections.ObjectModel.Collection<UserDelegationInfo>
A collection of the GUIDs that represent users who delegate permissions and users to whom permissions are delegated.
See Also
Reference
UserDelegationCreatePostEventArgs Class