Share via


CustomFieldsCheckingInHandlerRemote - Délégué

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Delegate Function CustomFieldsCheckingInHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsCheckInPreEventArgs _
) As CustomFieldsCheckInPreEventArgs
'Utilisation
Dim instance As New CustomFieldsCheckingInHandlerRemote(AddressOf HandlerMethod)
public delegate CustomFieldsCheckInPreEventArgs CustomFieldsCheckingInHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CustomFieldsCheckInPreEventArgs e
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

Microsoft.Office.Project.Server.Events - Espace de noms