Compartilhar via


StatusingHistoryDeletingHandler representante

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

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 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

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace