Freigeben über


LookupTableCreatedHandler-Delegat

Ereignishandler für das LookupTable Created 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 LookupTableCreatedHandler ( _
    contextInfo As PSContextInfo, _
    e As LookupTablePostEventArgs _
)
'Usage
Dim instance As New LookupTableCreatedHandler(AddressOf HandlerMethod)
public delegate void LookupTableCreatedHandler(
    PSContextInfo contextInfo,
    LookupTablePostEventArgs e
)

Parameter

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace