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

In This Topic
    ValueChanged Event (PropertyGroup)
    In This Topic
    Called when the value of the group changed for any of the properties.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also