Occurs when the Delete button is clicked.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Action")]
public event C1GridViewDeletedEventHandler RowDeleted
Visual Basic
<C1CategoryAttribute("Category.Action")> _
Public Event RowDeleted As C1GridViewDeletedEventHandler

Remarks

The event occurs only if the grid is bound to a DataSource control.

See Also