TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / BindingInfo Class / PropertyChanged Event

In This Topic
    PropertyChanged Event (BindingInfo)
    In This Topic
    Occurs when a property value changes.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("BindingInfo.PropertyChanged", "Occurs when a property value changes.")>
    <C1CategoryAttribute("Behavior")>
    Public Event PropertyChanged As PropertyChangedEventHandler
    [C1Description("BindingInfo.PropertyChanged", "Occurs when a property value changes.")]
    [C1Category("Behavior")]
    public event PropertyChangedEventHandler PropertyChanged
    Event Data

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

    PropertyDescription
     
    See Also