Compartilhar via


StatusReportsResponseCreatingHandler representante

Manipulador de eventos para o pré-evento de StatusReports ResponseCreating .

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Delegate Sub StatusReportsResponseCreatingHandler ( _
    contextInfo As PSContextInfo, _
    e As StatusReportsPreResponseCreateEventArgs _
)
'Uso
Dim instance As New StatusReportsResponseCreatingHandler(AddressOf HandlerMethod)
public delegate void StatusReportsResponseCreatingHandler(
    PSContextInfo contextInfo,
    StatusReportsPreResponseCreateEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace