OLEDBSimpleProviderListener::cellChanged

cellChanged is an event handler method, implemented through addOLEDBSimpleProviderListener. It indicates that the specified cells were changed. This notification is issued when values are modified through setVariant or internally through a provider.

HRESULT cellChanged (
LONGiRow,
LONGiColumn);

Parameters

iRow

[in]
The row position of the changed cell(s).

iColumn

[in]
The column position of the changed cell(s).

Return Codes

S_OK
The method succeeded.

E_FAIL
A provider-specific error occurred.

Notes