共用方式為


ReportingEventReceiver.OnFiscalPeriodDeletedRemote 方法

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
Public Overridable Sub OnFiscalPeriodDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostFiscalPeriodDeletedEventArgs _
)
'用途
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostFiscalPeriodDeletedEventArgs

instance.OnFiscalPeriodDeletedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnFiscalPeriodDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostFiscalPeriodDeletedEventArgs e
)

參數

實作

IReportingEventReceiverRemote.OnFiscalPeriodDeletedRemote(PSContextInfo, Guid, ReportingPostFiscalPeriodDeletedEventArgs)

請參閱

參照

ReportingEventReceiver 類別

ReportingEventReceiver 成員

Microsoft.Office.Project.Server.Events 命名空間