Microsoft SDK for Java

DataGrid.onError

Triggers the error event.

Syntax

protected void onError( ErrorEvent event )

Parameters

event

An ColumnErrorEvent object that provides the event data.

Remarks

The error event occurs as a result of an ADO exception.

When overriding onError, be sure to call super.onError.

See Also   addOnError, removeOnError

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