DataGridViewColumnEventHandler
Wisej.Web.DataGridViewColumnEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle column-related events of a DataGridView.
Parameters
Name
Type
Description
Fired By
Name
Description
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