Show / Hide Table of Contents

Class DataGridColumnEventArgs

Arguments for data grid column event

Inheritance
System.Object
System.EventArgs
DataGridColumnEventArgs
DataGridSortingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DataGridColumnEventArgs : EventArgs

Constructors

DataGridColumnEventArgs(DataGridColumn)

Initializes a new instance of the DataGridColumnEventArgs class.

Declaration
public DataGridColumnEventArgs(DataGridColumn column)
Parameters
Type Name Description
DataGridColumn column

The column.

Properties

Column

Gets the column.

Declaration
public DataGridColumn Column { get; }
Property Value
Type Description
DataGridColumn

The column.

Back to top Generated by DocFX