StatusingHistoryDeletingHandlerRemote delegate

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Delegate Function StatusingHistoryDeletingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusDeleteHistoryPreEventArgs _
) As StatusDeleteHistoryPreEventArgs
'Usage
Dim instance As New StatusingHistoryDeletingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusDeleteHistoryPreEventArgs StatusingHistoryDeletingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusDeleteHistoryPreEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.StatusDeleteHistoryPreEventArgs

See also

Reference

Microsoft.Office.Project.Server.Events namespace