Skip to main content
Version: 4.1

DataGridViewColumnEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for column-related events of a DataGridView.

public class DataGridViewColumnEventArgs : EventArgs

Constructors

Instance member DataGridViewColumnEventArgs(column)

Initializes a new instance of the DataGridViewColumnEventArgs class.

NameTypeDescription
columnDataGridViewColumnThe column that the event occurs for.

Throws:

Properties

Instance member Column

DataGridViewColumn: Returns the column that the event occurs for.

Used By

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