DataGrid.onDeleting

Overview | Methods | Fields | This Package | All Packages

DataGrid.onDeleting

Triggers the deleting event.

Syntax

protected void onDeleting( CancelEvent event )

Parameters

event

A CancelEvent object that provides the event data.

Remarks

The deleting event occurs when the user selects the rows to be deleted and presses the DELETE key. The records are then deleted from the underlying recordset and the deleted event occurs.

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

See Also   addOnDeleting, removeOnDeleting