UserDelegationDeactivatePostEventArgs Constructor
Creates an instance of the UserDelegationDeactivatePostEventArgs 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 ( _
delegation As UserDelegationInfo _
)
'Usage
Dim delegation As UserDelegationInfo
Dim instance As New UserDelegationDeactivatePostEventArgs(delegation)
public UserDelegationDeactivatePostEventArgs(
UserDelegationInfo delegation
)
Parameters
- 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 has been deactivated.
See Also
Reference
UserDelegationDeactivatePostEventArgs Class