Skip to main content
A newer version of this page is available. .
Tab

ListEditCustomFilteringEventHandler Delegate

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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