Skip to main content
Version: 3.5

DataGridViewRowsRemovedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.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.