DataGridViewRowCancelEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the UserDeletingRow event of a DataGridView.
- C#
- VB.NET
public delegate void DataGridViewRowCancelEventHandler(Object sender, DataGridViewRowCancelEventArgs e)
Public Delegate Sub DataGridViewRowCancelEventHandler(ByVal sender As [Object], ByVal e As DataGridViewRowCancelEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | DataGridViewRowCancelEventArgs | A DataGridViewRowCancelEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| DataGridView.UserDeletingRow | Fired when the user deletes a row from the DataGridView control. |