TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / HeaderCheckStateChanged Event

In This Topic
    HeaderCheckStateChanged Event (C1TreeView)
    In This Topic
    Occurs after the tree column header checkbox is checked.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.HeaderCheckStateChanged", "Occurs after the tree column header checkbox is checked.")>
    <C1CategoryAttribute("Behavior")>
    Public Event HeaderCheckStateChanged As EventHandler
    [C1Description("C1TreeView.HeaderCheckStateChanged", "Occurs after the tree column header checkbox is checked.")]
    [C1Category("Behavior")]
    public event EventHandler HeaderCheckStateChanged
    See Also