Click or drag to resize

MapperDatasheetRecordDeleted Event

This event is fired when the datasheet deletes a row in reponse to the UI of the datasheet itself. Note that this event will not be fire in the case where the delete is invoked by some UI element that is not directly generated by the datasheet. So for example, this event is fired when the row delete icon (the little on each datasheet row) is clicked, but not when the toolbar delete button is clicked. Note that this event is provided for aspx and ascx controls hosting this control. For general business rules the RowBeforeDelete/RowAfterDelete mapper extension events should be used.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public event MapperDatasheetRecordDeleteEvent RecordDeleted

Value

Type: NetQuarry.Data.WebMappersMapperDatasheetRecordDeleteEvent
See Also