Compartilhar via


StatusingEventReceiver.OnHistoryDeletedRemote 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 OnHistoryDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusDeleteHistoryPostEventArgs _
)
'Uso
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusDeleteHistoryPostEventArgs

instance.OnHistoryDeletedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnHistoryDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusDeleteHistoryPostEventArgs e
)

Parâmetros

Implementos

IStatusingEventReceiverRemote.OnHistoryDeletedRemote(PSContextInfo, Guid, StatusDeleteHistoryPostEventArgs)

Ver também

Referência

StatusingEventReceiver classe

StatusingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace