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

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace