UserDelegationUpdatePostEventArgs Constructor
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
- updatedDelegations
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
UserDelegationUpdatePostEventArgs Class