DataGridViewRowEventHandler

Wisej.Web.DataGridViewRowEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Represents the method that will handle row-related events of a DataGridView.

public delegate void DataGridViewRowEventHandler(Object sender, DataGridViewRowEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

Fired By

Name
Description

Fired when the user enters the row for new records so that it can be populated with default values.

Fired when a parent row is expanded.

Fired when a parent row is collapsed.

Last updated