An event handler method implemented through OLEDBSimpleProvider::addOLEDBSimpleProviderListener. It indicates that the specified cells were changed. This notification is issued when values are modified through OLEDBSimpleProvider::setVariant or internally through a provider.
HRESULT cellChanged ( LONG iRow, LONG iColumn);
Parameters
Return Codes
Comments
This method should be invoked after the data values have changed. Subsequent calls to OLEDBSimpleProvider::getVariant should return the new values.
You can specify a value of -1 for iRow, iColumn, or for both.