LookupTableUpdatingHandlerRemote-Delegat
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 LookupTableUpdatingHandlerRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As LookupTablePreEventArgs _
) As LookupTablePreEventArgs
'Usage
Dim instance As New LookupTableUpdatingHandlerRemote(AddressOf HandlerMethod)
public delegate LookupTablePreEventArgs LookupTableUpdatingHandlerRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
LookupTablePreEventArgs e
)
Parameter
- contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Typ: System.Guid
Rückgabewert
Typ: Microsoft.Office.Project.Server.Events.LookupTablePreEventArgs