StatusingStatusSubmitingHandler-Delegat
Ereignishandler für das StatusSubmitting Pre-Ereignis der SubmitStatus -Methode und die SubmitStatusForResource -Methode des Diensts Statusing .
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 StatusingStatusSubmitingHandler ( _
contextInfo As PSContextInfo, _
e As StatusSubmitPreEventArgs _
)
'Usage
Dim instance As New StatusingStatusSubmitingHandler(AddressOf HandlerMethod)
public delegate void StatusingStatusSubmitingHandler(
PSContextInfo contextInfo,
StatusSubmitPreEventArgs e
)
Parameter
contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfoDie Project Server-Kontextinformationen enthält.
e
Typ: Microsoft.Office.Project.Server.Events.StatusSubmitPreEventArgsDie Daten für das Ereignis.
Hinweise
Der Name des Ereignishandlers, StatusingStatusSubmitingHandler, ist falsch geschrieben. Es sollte StatusingStatusSubmittingHandlersein, sondern wird nicht im Objektmodell aufgrund von bisherigen Verwendung geändert werden.