Delegado StatusingAssignmentDeletingHandler
Controlador de eventos para el evento previo Statusing AssignmentDeleting .
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 StatusingAssignmentDeletingHandler ( _
contextInfo As PSContextInfo, _
e As StatusDeleteTaskPreEventArgs _
)
'Uso
Dim instance As New StatusingAssignmentDeletingHandler(AddressOf HandlerMethod)
public delegate void StatusingAssignmentDeletingHandler(
PSContextInfo contextInfo,
StatusDeleteTaskPreEventArgs e
)
Parámetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContiene la información de contexto de Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.StatusDeleteTaskPreEventArgsLos datos para el evento.