IProjectEventReceiverRemote.OnActivityUpgradedRemote 方法

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
<OperationContractAttribute> _
Sub OnActivityUpgradedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ActivityUpgradedEventArgs _
)
用法
Dim instance As IProjectEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ActivityUpgradedEventArgs

instance.OnActivityUpgradedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnActivityUpgradedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ActivityUpgradedEventArgs e
)

参数

另请参阅

引用

IProjectEventReceiverRemote 接口

IProjectEventReceiverRemote 成员

Microsoft.Office.Project.Server.Events 命名空间