ColumnClickEventArgs

ColumnClickEventArgs

System. Windows .Forms (system. windows .forms.dll) class

This System.EventArgs class is sent as the data with the ColumnClick event from the ListView control, when one of the header items is clicked. It contains the Column index of the clicked header in the ListView object's Columns collection.

 public class  ColumnClickEventArgs  : EventArgs {  // Public Constructors  public  ColumnClickEventArgs  (int  column  );  // Public Instance Properties  public int  Column  {get; } } 

Hierarchy

System.Object System.EventArgs ColumnClickEventArgs

Passed To

ColumnClickEventHandler.{BeginInvoke() , Invoke()} , ListView.OnColumnClick()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net