Метод RulesEventReceiver.OnCopyingRemote
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
Public Overridable Function OnCopyingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As RulesPreCopyEventArgs _
) As RulesPreCopyEventArgs
'Применение
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPreCopyEventArgs
Dim returnValue As RulesPreCopyEventArgs
returnValue = instance.OnCopyingRemote(contextInfo, _
eventHandlerUid, e)
public virtual RulesPreCopyEventArgs OnCopyingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
RulesPreCopyEventArgs e
)
Параметры
- contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Тип: System.Guid
Возвращаемое значение
Тип: Microsoft.Office.Project.Server.Events.RulesPreCopyEventArgs
Реализации
IRulesEventReceiverRemote.OnCopyingRemote(PSContextInfo, Guid, RulesPreCopyEventArgs)