Skip to main content
Version: 4.1

DataGridViewRowsRemovedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the RowsRemoved event of a DataGridView.

public delegate void DataGridViewRowsRemovedEventHandler(Object sender, DataGridViewRowsRemovedEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewRowsRemovedEventArgsA DataGridViewRowsRemovedEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.RowsRemovedFired when a row or rows are deleted from the DataGridView.