Microsoft SDK for Java

addOnRecordChangeComplete

The addOnRecordChangeComplete and removeOnRecordChangeComplete methods of the Recordset class add or remove a notification that something in the current row of the Recordset has changed, respectively.

Syntax

public void addOnRecordChangeComplete(RecordsetEventHandler handler);
public void removeOnRecordChangeComplete(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.