MapperDatasheet Events |
The MapperDatasheet type exposes the following members.
Name | Description | |
---|---|---|
RecordDeleted |
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.
|