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

In This Topic
    CellEndEdit Event (C1TreeView)
    In This Topic
    Occurs when the selected cell exits edit mode.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("C1TreeView.CellEndEdit", "Occurs when the selected cell exits edit mode.")>
    Public Event CellEndEdit As C1TreeViewNodeCellEventHandler
    [C1Category("Data")]
    [C1Description("C1TreeView.CellEndEdit", "Occurs when the selected cell exits edit mode.")]
    public event C1TreeViewNodeCellEventHandler CellEndEdit
    Event Data

    The event handler receives an argument of type C1TreeViewNodeCellEventArgs containing data related to this event. The following C1TreeViewNodeCellEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the tree column index of TreeView control.  
    Gets the tree node that has been checked, expanded, collapsed, or selected. (Inherited from C1.Win.TreeView.C1TreeViewEventArgs)
    See Also