WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / C1DataFilter Class / FilterAutoGenerating Event
In This Topic
    FilterAutoGenerating Event
    In This Topic
    Occurs before the filter is added to the Filters. Allows to cancel the change.
    Syntax
    public event EventHandler<FilterAutoGeneratingEventArgs> FilterAutoGenerating
    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