C1.Win.DataFilter.4.8 Assembly / C1.DataFilter Namespace / DateRangeFilterBase Class / ValueChanged Event

ValueChanged Event (DateRangeFilterBase)
Occurs when a value of current Filter changes.
Syntax
'Declaration
 
Public Event ValueChanged As EventHandler(Of ValueChangedEventArgs)
 
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