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

FilterAutoGenerating Event (C1DataFilter)
Occurs before the filter is added to the Filters. Allows to cancel the change.
Syntax
'Declaration
 
Public Event FilterAutoGenerating As EventHandler(Of FilterAutoGeneratingEventArgs)
 
Event Data

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

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets or sets the filter.  
Gets the data item property to which the filter applies.  
See Also