Wisej.Web.DataGridViewColumnEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle column-related events of a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
sender
The source of the event.
e
A DataGridViewColumnEventArgs that contains the event data.
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.