Compartilhar via


IStatusingEventReceiverRemote.OnAppliedRemote 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 OnAppliedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusingPostApplyEventArgs _
)
'Uso
Dim instance As IStatusingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusingPostApplyEventArgs

instance.OnAppliedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnAppliedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusingPostApplyEventArgs e
)

Parâmetros

Ver também

Referência

IStatusingEventReceiverRemote interface

IStatusingEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace