Freigeben über


CustomFieldsCheckedInHandler-Delegat

Ereignishandler für das CustomFields CheckedIn nach der Ereignis.

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 Sub CustomFieldsCheckedInHandler ( _
    contextInfo As PSContextInfo, _
    e As CustomFieldsCheckInPostEventArgs _
)
'Usage
Dim instance As New CustomFieldsCheckedInHandler(AddressOf HandlerMethod)
public delegate void CustomFieldsCheckedInHandler(
    PSContextInfo contextInfo,
    CustomFieldsCheckInPostEventArgs e
)

Parameter

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace