ListEditCustomFilteringEventHandler Delegate
Represents a method that will handle the ASPxAutoCompleteBoxBase.CustomFiltering and ASPxListBox.CustomFiltering events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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