A newer version of this page is available.
Switch to the current version.
ListEditCustomFilteringEventHandler Delegate
Represents a method that will handle the ASPxAutoCompleteBoxBase.CustomFiltering and ASPxListBox.CustomFiltering events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public delegate void ListEditCustomFilteringEventHandler(
object sender,
ListEditCustomFilteringEventArgs e
);
Public Delegate Sub ListEditCustomFilteringEventHandler(
sender As Object,
e As ListEditCustomFilteringEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | ListEditCustomFilteringEventArgs | A class instance containing event data. |
See Also
Feedback