DataGridViewColumnEventHandler

Wisej.Web.DataGridViewColumnEventHandler

Namespace: Wisej.Web

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

A DataGridViewColumnEventArgs that contains the event data.

Fired By

NameDescription

Fired when a column is added to the control.

Fired when a column is removed from the control.

Fired when the value the DisplayIndex property for a column changes.

Fired when the value of the Width property for a column changes.

Fired when the value of the MinimumWidth property for a column changes.

Fired when the value of the MaximumWidth property for a column changes.

Fired when the value of the SortMode property changes.

Fired when the Name property changes.

Fired when the FillWeight property changes.

Last updated