TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeColumn Class / AutoWidthChanged Event

In This Topic
    AutoWidthChanged Event (C1TreeColumn)
    In This Topic
    Occurs when the column AutoWidth changed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeColumn.AutoWidthChanged", "Occurs when the column AutoWidth changed.")>
    Public Event AutoWidthChanged As EventHandler
    [C1Description("C1TreeColumn.AutoWidthChanged", "Occurs when the column AutoWidth changed.")]
    public event EventHandler AutoWidthChanged
    See Also