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

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