Compartilhar via


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

instance.OnAppliedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnAppliedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusingPostApplyEventArgs e
)

Parâmetros

Implementos

IStatusingEventReceiverRemote.OnAppliedRemote(PSContextInfo, Guid, StatusingPostApplyEventArgs)

Ver também

Referência

StatusingEventReceiver classe

StatusingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace