Freigeben über


LookupTableCreatingHandler-Delegat

Ereignishandler für the LookupTable Creating Pre-Event.

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

Parameter

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace