Skip to main content
Tab

ListEditCustomFilteringEventHandler Delegate

In This Article

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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