StatusingAssignmentDeletingHandlerRemote 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 StatusingAssignmentDeletingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusDeleteTaskPreEventArgs _
) As StatusDeleteTaskPreEventArgs
'Usage
Dim instance As New StatusingAssignmentDeletingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusDeleteTaskPreEventArgs StatusingAssignmentDeletingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusDeleteTaskPreEventArgs e
)

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace