DataGridViewColumnEventHandler

Wisej.Web.DataGridViewColumnEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

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

public delegate void DataGridViewColumnEventHandler(Object sender, DataGridViewColumnEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

Fired By

NameDescription

Fired when a column is added to the control.

Fired when a column is removed from the control.

Last updated