ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ColHeadClick Event

In This Topic
    ColHeadClick Event (C1Combo)
    In This Topic
    Fires when the headers of the control is clicked.
    Syntax
    'Declaration
     
    
    Public Event ColHeadClick As ColEventHandler
    public event ColEventHandler ColHeadClick
    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