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

In This Topic
    BoundItemChanged Event (C1TreeView)
    In This Topic
    Occurs when a bound item changed.
    Syntax
    'Declaration
     
    
    Protected Event BoundItemChanged As EventHandler(Of C1TreeViewEventArgs)
    protected event EventHandler<C1TreeViewEventArgs> BoundItemChanged
    Event Data

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

    PropertyDescription
    Gets the tree node that has been checked, expanded, collapsed, or selected.  
    See Also