C1.Win.DataFilter.4.8 Assembly / C1.Win.DataFilter Namespace / C1DataFilter Class / FilterChanging Event

FilterChanging Event (C1DataFilter)
Occurs before the filter is changed. Allows to cancel the change.
Syntax
'Declaration
 
Public Event FilterChanging As EventHandler(Of CancelEventArgs)
 
Event Data

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

PropertyDescription
 
See Also