DataGrid.addOnError

Overview | Methods | Fields | This Package | All Packages

DataGrid.addOnError

Assigns a delegate to the error event.

Syntax

public void addOnError( ErrorEventHandler handler )

Parameters

handler

The ErrorEventHandler delegate to be notified when the event occurs.

Remarks

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

See Also   removeOnError