Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.onDeleted

Triggers the deleted event.

Syntax

protected void onDeleted( Event event )

Parameters

event

An Event object.

Remarks

When the user selects the row(s) to be deleted and presses the DELETE key, the deleting event is triggered. The records are then deleted from the underlying recordset and the deleted event occurs.

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

See Also   addOnDeleted, removeOnDeleted