Compartilhar via


ILookupTableEventReceiverRemote.OnDeletedRemote 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
<OperationContractAttribute> _
Sub OnDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As LookupTableDeletePostEventArgs _
)
'Uso
Dim instance As ILookupTableEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTableDeletePostEventArgs

instance.OnDeletedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    LookupTableDeletePostEventArgs e
)

Parâmetros

Ver também

Referência

ILookupTableEventReceiverRemote interface

ILookupTableEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace