ILookupTableEventReceiverRemote.OnCreatingRemote-Methode
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function OnCreatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As LookupTablePreEventArgs _
) As LookupTablePreEventArgs
'Usage
Dim instance As ILookupTableEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTablePreEventArgs
Dim returnValue As LookupTablePreEventArgs
returnValue = instance.OnCreatingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
LookupTablePreEventArgs OnCreatingRemote(
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
Siehe auch
Referenz
ILookupTableEventReceiverRemote Schnittstelle