Skip to main content
Version: 3.5

DataGridViewColumnEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for column-related events of a DataGridView.

public class DataGridViewColumnEventArgs : EventArgs

Constructors

Instance memberDataGridViewColumnEventArgs(column)

Initializes a new instance of the DataGridViewColumnEventArgs class.

NameTypeDescription
columnDataGridViewColumnThe column that the event occurs for.

Throws:

Properties

Instance memberColumn

DataGridViewColumn: Returns the column that the event occurs for.

Used By

NameDescription
DataGridViewColumnEventHandlerRepresents the method that will handle column-related events of a DataGridView.