TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / ItemChanged Event

In This Topic
    ItemChanged Event (PropertyPath)
    In This Topic
    Occurs when a item value changes.
    Syntax
    Event Data

    The event handler receives an argument of type ItemChangedEventArgs<TItem> containing data related to this event. The following ItemChangedEventArgs<TItem> properties provide information specific to this event.

    PropertyDescription
    Gets a changed item.  
    See Also