共用方式為


RulesEventReceiver.OnDeletingRemote 方法

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

語法

'宣告
Public Overridable Function OnDeletingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreDeleteEventArgs _
) As RulesPreDeleteEventArgs
'用途
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPreDeleteEventArgs
Dim returnValue As RulesPreDeleteEventArgs

returnValue = instance.OnDeletingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual RulesPreDeleteEventArgs OnDeletingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPreDeleteEventArgs e
)

參數

傳回值

類型:Microsoft.Office.Project.Server.Events.RulesPreDeleteEventArgs

實作

IRulesEventReceiverRemote.OnDeletingRemote(PSContextInfo, Guid, RulesPreDeleteEventArgs)

請參閱

參照

RulesEventReceiver 類別

RulesEventReceiver 成員

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