Compartilhar via


StatusingAssignmentWorkDataSetHandler representante

Manipulador de eventos para o pré-evento de Statusing AssignmentWorkDataSet .

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 Delegate Sub StatusingAssignmentWorkDataSetHandler ( _
    contextInfo As PSContextInfo, _
    e As AssignmentWorkDataSetPostEventArgs _
)
'Uso
Dim instance As New StatusingAssignmentWorkDataSetHandler(AddressOf HandlerMethod)
public delegate void StatusingAssignmentWorkDataSetHandler(
    PSContextInfo contextInfo,
    AssignmentWorkDataSetPostEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace