IRowPositionChange is the callback interface that a consumer must support in order to be notified when the current row position is changed.
The RowPostion object supports IConnectionPointContainer and the consumer calls FindConnectionPoint for IID_IRowPostionChange to obtain the correct IConnectionPoint interface. The consumer then advises that connection point to connect and supplies a pointer to the consumer’s IRowPositionChange interface.
For more information about notifications, see Chapter 9 of the OLE DB Programmer's Reference, “Notifications.”
IRowPositionChange is implemented by consumers that require notification about changes to the current row position.
IRowPositionChange is called by the row position object when a consumer attempts to change the current row position.
Method | Description |
OnRowPositionChange | Notifies the consumer of a row position object of a change to the current row position. |