IRowPositionChange.OnRowPositionChange(Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the consumer of a row position object of a change to the current row position.
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
Parameters
- dbReason
- Int32
The reason of the event that caused this change.
- eventPhase
- Int32
The phase of this notification.
- fCantDeny
- Int32
When this flag is set to true
, the consumer cannot veto the event by returning S_FALSE
because the provider cannot undo the event.
Returns
An Integer
that represents the result.
Remarks
Note
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.