Compartilhar via


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

Parâmetros

Implementos

IStatusingEventReceiverRemote.OnAssignmentWorkDataSetRemote(PSContextInfo, Guid, AssignmentWorkDataSetPostEventArgs)

Ver também

Referência

StatusingEventReceiver classe

StatusingEventReceiver membros

Microsoft.Office.Project.Server.Events namespace