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

Parameters

Return value

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

See also

Reference

Microsoft.Office.Project.Server.Events namespace