LookupTableCheckInPreEventArgs.CancelEvent 方法

查找表的情况下,取消签入状态。

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

语法

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

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

参数

  • reason
    类型:System.String

    文字,解释了为什么是查找表中的检查被取消。

实现

IPreEventArgs.CancelEvent(String)

另请参阅

引用

LookupTableCheckInPreEventArgs 类

LookupTableCheckInPreEventArgs 成员

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