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

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

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    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.C1TreeViewCancelEventArgs)
    See Also