Skip to main content
Tab

ListEditCustomFilteringEventHandler Delegate

Represents a method that will handle the ASPxAutoCompleteBoxBase.CustomFiltering and ASPxListBox.CustomFiltering events.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void ListEditCustomFilteringEventHandler(
    object sender,
    ListEditCustomFilteringEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ListEditCustomFilteringEventArgs

A class instance containing event data.

See Also