ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / ColSelected Event

In This Topic
    ColSelected Event (C1ListBase)
    In This Topic
    Fires when a column is selected.
    Syntax
    'Declaration
     
    
    Public Event ColSelected As ColEventHandler
    public event ColEventHandler ColSelected
    Event Data

    The event handler receives an argument of type ColEventArgs containing data related to this event. The following ColEventArgs properties provide information specific to this event.

    PropertyDescription
    Indicates the position in the DisplayColumns collection.  
    See Also