IPreEventArgs.CancelEvent 方法

取消事件。

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

语法

声明
Sub CancelEvent ( _
    reason As String _
)
用法
Dim instance As IPreEventArgs
Dim reason As String

instance.CancelEvent(reason)
void CancelEvent(
    string reason
)

参数

  • reason
    类型:System.String

    文字,解释了为什么事件是将取消。

另请参阅

引用

IPreEventArgs 接口

IPreEventArgs 成员

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