Compartilhar via


StatusReportsResponseCreatedHandler representante

Manipulador de eventos para o pós-evento de StatusReports ResponseCreated .

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 StatusReportsResponseCreatedHandler ( _
    contextInfo As PSContextInfo, _
    e As StatusReportsPostResponseCreateEventArgs _
)
'Uso
Dim instance As New StatusReportsResponseCreatedHandler(AddressOf HandlerMethod)
public delegate void StatusReportsResponseCreatedHandler(
    PSContextInfo contextInfo,
    StatusReportsPostResponseCreateEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace