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

In This Topic
    DisplayFieldNameChanged Event (C1TreeColumn)
    In This Topic
    Occurs when the list of fields to be displayed in the column changed.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeColumn.DisplayFieldNameChanged", "Occurs when the list of fields to be displayed in the column changed.")>
    Public Event DisplayFieldNameChanged As EventHandler
    [C1Description("C1TreeColumn.DisplayFieldNameChanged", "Occurs when the list of fields to be displayed in the column changed.")]
    public event EventHandler DisplayFieldNameChanged
    See Also