IRowPositionChange.OnRowPositionChange(Int32, Int32, Int32) 方法

定义

将对当前行位置的更改通知给行位置对象的使用方。

public:
 int OnRowPositionChange(int dbReason, int eventPhase, int fCantDeny);
public int OnRowPositionChange (int dbReason, int eventPhase, int fCantDeny);
abstract member OnRowPositionChange : int * int * int -> int
Public Function OnRowPositionChange (dbReason As Integer, eventPhase As Integer, fCantDeny As Integer) As Integer

参数

dbReason
Int32

导致此更改的事件的原因。

eventPhase
Int32

此通知的阶段。

fCantDeny
Int32

将此标志设置为 true 时,使用方将无法通过返回 S_FALSE 来禁止该事件,因为提供程序无法撤消该事件。

返回

一个表示结果的 Integer

注解

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空间中的函数和对象用于工具从 Visual Basic 6.0 升级到 Visual Basic。 多数情况下,这些函数和对象可再现 .NET Framework 中其他命名空间的功能。 只有当 Visual Basic 6.0 代码模型与 .NET Framework 实现有显著区别时,才必须使用这些函数和对象。

适用于