DataGridViewColumnEventArgs
Wisej.Web.DataGridViewColumnEventArgs
Last updated
Wisej.Web.DataGridViewColumnEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for column-related events of a DataGridView.
Initializes a new instance of the DataGridViewColumnEventArgs class.
Name | Type | Description |
---|---|---|
column | The column that the event occurs for. |
Throws:
ArgumentNullException column is null.
DataGridViewColumn: Returns the column that the event occurs for.
Name | Description |
---|---|
Represents the method that will handle column-related events of a DataGridView. |