DataGridViewDataUpdatedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents the method that will handle the DataUpdated event of a DataGridView.
- C#
- VB.NET
public delegate void DataGridViewDataUpdatedEventHandler(Object sender, DataGridViewDataUpdatedEventArgs e)
Public Delegate Sub DataGridViewDataUpdatedEventHandler(ByVal sender As [Object], ByVal e As DataGridViewDataUpdatedEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | DataGridViewDataUpdatedEventArgs | A DataGridViewDataUpdatedEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| DataGridView.DataUpdated | Fired when the client has updated one or more rows in the grid. |