UserDelegationCreatingHandler-Delegat
Ereignishandler für das Ereignis UserDelegation Creating vor.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Delegate Sub UserDelegationCreatingHandler ( _
contextInfo As PSContextInfo, _
e As UserDelegationCreatePreEventArgs _
)
'Usage
Dim instance As New UserDelegationCreatingHandler(AddressOf HandlerMethod)
public delegate void UserDelegationCreatingHandler(
PSContextInfo contextInfo,
UserDelegationCreatePreEventArgs e
)
Parameter
contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfoDie Project Server-Kontextinformationen enthält.
e
Typ: Microsoft.Office.Project.Server.Events.UserDelegationCreatePreEventArgsDie Daten für das Ereignis.