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.
Parameters
Name
Type
Description
sender
The source of the event.
e
Fired By
Name
Description
Fired when a column is added to the control.
Fired when a column is removed from the control.
Last updated