UserDelegationActivatePreEventArgs Constructor
Creates an instance of the UserDelegationActivatePreEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
'Declaration
Public Sub New ( _
delegation As UserDelegationInfo _
)
'Usage
Dim delegation As UserDelegationInfo
Dim instance As New UserDelegationActivatePreEventArgs(delegation)
public UserDelegationActivatePreEventArgs(
UserDelegationInfo delegation
)
- delegation
Type: Microsoft.Office.Project.Server.Events.UserDelegationInfo
An object that contains the GUIDs of a user who delegates permissions and a user who is associated with a permission that is to be activated.
UserDelegationActivatePreEventArgs Class