Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ListViewColumnEventArgs : EventArgs
Inheritance: objectEventArgsListViewColumnEventArgs
Inherited Members
Constructors
C#
public ListViewColumnEventArgs(ListViewDetailColumn column)
Properties
C#
public ListViewDetailColumn Column { get; }
C#
public RadListViewElement ListViewElement { get; }