Overview | Methods | Fields | This Package | All Packages
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