StatusingEventReceiver.OnAssignmentWorkDataSetRemote 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 OnAssignmentWorkDataSetRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As AssignmentWorkDataSetPostEventArgs _
)
'Usage
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As AssignmentWorkDataSetPostEventArgs

instance.OnAssignmentWorkDataSetRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnAssignmentWorkDataSetRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    AssignmentWorkDataSetPostEventArgs e
)

Parameters

Implements

IStatusingEventReceiverRemote.OnAssignmentWorkDataSetRemote(PSContextInfo, Guid, AssignmentWorkDataSetPostEventArgs)

See also

Reference

StatusingEventReceiver class

StatusingEventReceiver members

Microsoft.Office.Project.Server.Events namespace