Microsoft SDK for Java

addOnWillChangeRecordset

The addOnWillChangeRecordset and removeOnWillChangeRecordset methods of the Recordset class add or remove a notification that something in the current Recordset will change, respectively.

Syntax

public void addOnWillChangeRecordset(RecordsetEventHandler handler);
public void removeOnWillChangeRecordset(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

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