Метод ILookupTableEventReceiverRemote.OnCreatingRemote
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
<OperationContractAttribute> _
Function OnCreatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As LookupTablePreEventArgs _
) As LookupTablePreEventArgs
'Применение
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
)
Параметры
- contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Тип: System.Guid
Возвращаемое значение
Тип: Microsoft.Office.Project.Server.Events.LookupTablePreEventArgs
См. также
Справочные материалы
ILookupTableEventReceiverRemote интерфейс