Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / PropertyBox Class / ValueChanged Event

In This Topic
    ValueChanged Event (PropertyBox)
    In This Topic
    Fired when the value of a property in the current SelectedObject changes.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As PropertyChangedEventHandler
    public event PropertyChangedEventHandler ValueChanged
    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