Compartir a través de


Delegado StatusingTaskCreatingHandler

Controlador de eventos para el evento previo Statusing TaskCreating .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Delegate Sub StatusingTaskCreatingHandler ( _
    contextInfo As PSContextInfo, _
    e As StatusCreateTaskPreEventArgs _
)
'Uso
Dim instance As New StatusingTaskCreatingHandler(AddressOf HandlerMethod)
public delegate void StatusingTaskCreatingHandler(
    PSContextInfo contextInfo,
    StatusCreateTaskPreEventArgs e
)

Parámetros

Vea también

Referencia

Espacio de nombres Microsoft.Office.Project.Server.Events