'DeclarationPublic Event RowsDeleted As EventHandler(Of DataGridRowsDeletedEventArgs)
public event EventHandler<DataGridRowsDeletedEventArgs> RowsDeleted
Event Data
The event handler receives an argument of type DataGridRowsDeletedEventArgs containing data related to this event. The following DataGridRowsDeletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| DeletedRows | Gets the deleted rows. |
See Also