Share via


RulesEventReceiver.OnDeletingRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Overridable Function OnDeletingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreDeleteEventArgs _
) As RulesPreDeleteEventArgs
'Usage
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
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.RulesPreDeleteEventArgs

Implements

IRulesEventReceiverRemote.OnDeletingRemote(PSContextInfo, Guid, RulesPreDeleteEventArgs)

See also

Reference

RulesEventReceiver class

RulesEventReceiver members

Microsoft.Office.Project.Server.Events namespace