ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / NotifyPropertyChanged Class / ValueChanged Event

In This Topic
    ValueChanged Event (NotifyPropertyChanged)
    In This Topic
    Occurs when a value of current Filter changes.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler(Of ValueChangedEventArgs)
    public event EventHandler<ValueChangedEventArgs> ValueChanged
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating whether the filter should be automatically applied.  
    See Also