IRowPositionChange is the callback interface that a consumer must support to be notified when the current row position is changed.
The RowPosition 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 the OLE DB Programmer’s Reference, Chapter 9, “Notifications.”
IRowPositionChange is implemented by consumers that require notification about changes to the current row position.
IRowPositionChange is called by the RowPosition object when a consumer attempts to change the current row position.
Method | Description |
OnRowPositionChange | Notifies the consumer of a RowPosition object of a change to the current row position. |