Compartilhar via


ReportingFiscalPeriodDeletedHandlerRemote representante

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace