Share via


StatusingEventReceiver.OnAppliedRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Overridable Sub OnAppliedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusingPostApplyEventArgs _
)
'Usage
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
)

Parameters

Implements

IStatusingEventReceiverRemote.OnAppliedRemote(PSContextInfo, Guid, StatusingPostApplyEventArgs)

See also

Reference

StatusingEventReceiver class

StatusingEventReceiver members

Microsoft.Office.Project.Server.Events namespace