PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / ValueChanged Event

In This Topic
    ValueChanged Event (PropertyAttribute)
    In This Topic
    Occurs when the value of the property changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also