Share via


ReportingEventReceiver.OnProjectDeletedRemote 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 Sub OnProjectDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostProjectDeletedEventArgs _
)
'Usage
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostProjectDeletedEventArgs

instance.OnProjectDeletedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnProjectDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostProjectDeletedEventArgs e
)

Parameters

Implements

IReportingEventReceiverRemote.OnProjectDeletedRemote(PSContextInfo, Guid, ReportingPostProjectDeletedEventArgs)

See also

Reference

ReportingEventReceiver class

ReportingEventReceiver members

Microsoft.Office.Project.Server.Events namespace