| C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : RowDeleted Event |
'Declaration<C1CategoryAttribute("Action")> <C1DescriptionAttribute(Key="C1Grid.RowDeleted", Description="Occurs when the Delete button is clicked.")> Public Event RowDeleted As C1GridViewDeletedEventHandler
[C1Category("Action")] [C1Description(Key="C1Grid.RowDeleted", Description="Occurs when the Delete button is clicked.")] public event C1GridViewDeletedEventHandler RowDeleted
The event handler receives an argument of type C1GridViewDeletedEventArgs containing data related to this event. The following C1GridViewDeletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AffectedRows | Gets the number of rows affected by the delete operation. |
| Exception | Gets the exception that was raised during the delete operation. |
| ExceptionHandled | Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler. |
| Keys | Gets an ordered dictionary of key field name/value pairs for the deleted record. |
| Values | Gets a dictionary of the non-key field name/value pairs for the deleted record. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2