Delegado StatusingHistoryDeletingHandler
Controlador de eventos para el evento antes de Statusing HistoryDeleting .
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 StatusingHistoryDeletingHandler ( _
contextInfo As PSContextInfo, _
e As StatusDeleteHistoryPreEventArgs _
)
'Uso
Dim instance As New StatusingHistoryDeletingHandler(AddressOf HandlerMethod)
public delegate void StatusingHistoryDeletingHandler(
PSContextInfo contextInfo,
StatusDeleteHistoryPreEventArgs 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.StatusDeleteHistoryPreEventArgsLos datos para el evento.