Compartilhar via


ReportingFiscalPeriodDeletedHandler representante

Manipulador de eventos para o pós-evento de Reporting FiscalPeriodDeleted .

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace