C1.Win.DataFilter.4.8 Assembly / C1.Win.DataFilter Namespace / C1DataFilter Class / OnFilterAutoGenerating Method
An C1.DataFilter.FilterAutoGeneratingEventArgs that contains the event data.

In This Topic
OnFilterAutoGenerating Method (C1DataFilter)
In This Topic
Raises the FilterAutoGenerating event.
Syntax
'Declaration
 
Protected Sub OnFilterAutoGenerating( _
   ByVal e As FilterAutoGeneratingEventArgs _
) 
 

Parameters

e
An C1.DataFilter.FilterAutoGeneratingEventArgs that contains the event data.
See Also