Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.addOnDeleted

Assigns a delegate to the deleted event.

Syntax

public void addOnDeleted( EventHandler handler )

Parameters

handler

The EventHandler delegate to be notified when the event occurs.

Remarks

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

See Also   removeOnDeleted