Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListView Class / ColumnClick Event


In This Topic
    ColumnClick Event
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAction")>
    <SRDescriptionAttribute("ListViewColumnClickDescr")>
    Public Event ColumnClick As System.Windows.Forms.ColumnClickEventHandler
    'Usage
     
    
    Dim instance As NListView
    Dim handler As System.Windows.Forms.ColumnClickEventHandler
     
    AddHandler instance.ColumnClick, handler
    [SRCategory("CatAction")]
    [SRDescription("ListViewColumnClickDescr")]
    public event System.Windows.Forms.ColumnClickEventHandler ColumnClick
    Event Data

    The event handler receives an argument of type System.Windows.Forms.ColumnClickEventArgs containing data related to this event. The following ColumnClickEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the zero-based index of the column that is clicked.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also