C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / NotifyPropertyChanged Class / ValueChanged Event
ValueChanged Event (NotifyPropertyChanged)
Occurs when a value of current Filter changes.
Syntax
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