DataGridViewColumnEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for column-related events of a DataGridView.
- C#
- VB.NET
public class DataGridViewColumnEventArgs : EventArgs
Public Class DataGridViewColumnEventArgs
Inherits EventArgs
Constructors
DataGridViewColumnEventArgs(column)
Initializes a new instance of the DataGridViewColumnEventArgs class.
| Name | Type | Description |
|---|---|---|
| column | DataGridViewColumn | The column that the event occurs for. |
Throws:
- ArgumentNullException column is null.
Properties
Column
DataGridViewColumn: Returns the column that the event occurs for.
Used By
| Name | Description |
|---|---|
| DataGridViewColumnEventHandler | Represents the method that will handle column-related events of a DataGridView. |