Compartilhar via


ReportingEventReceiver.OnCustomFieldDeletedRemote método

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 Overridable Sub OnCustomFieldDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostCustomFieldDeletedEventArgs _
)
'Uso
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostCustomFieldDeletedEventArgs

instance.OnCustomFieldDeletedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnCustomFieldDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostCustomFieldDeletedEventArgs e
)

Parâmetros

Implementos

IReportingEventReceiverRemote.OnCustomFieldDeletedRemote(PSContextInfo, Guid, ReportingPostCustomFieldDeletedEventArgs)

Ver também

Referência

ReportingEventReceiver classe

ReportingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace