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

In This Topic
    ValueChanged Event (CollectionEditorControl)
    In This Topic
    Fired when the bound value of the editor has changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler
    public event EventHandler ValueChanged
    See Also