EventArgs used for events related to GridViewColumn.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewColumnEventArgs : EventArgs
Inheritance: objectEventArgsGridViewColumnEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewColumnEventArgs class.
Properties
GridViewColumn that the GridViewColumnEventArgs refers to.
C#
public GridViewColumn Column { get; }