Back to Devexpress

ListEditItemsRequestedByFilterConditionEventHandler Delegate

aspnet-devexpress-dot-web-5df2462d.md

latest1.7 KB
Original Source

ListEditItemsRequestedByFilterConditionEventHandler Delegate

A method that will handle the ASPxComboBox.ItemsRequestedByFilterCondition event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void ListEditItemsRequestedByFilterConditionEventHandler(
    object source,
    ListEditItemsRequestedByFilterConditionEventArgs e
);
vb
Public Delegate Sub ListEditItemsRequestedByFilterConditionEventHandler(
    source As Object,
    e As ListEditItemsRequestedByFilterConditionEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source. This parameter identifies the combo box which raised the event.

| | e | ListEditItemsRequestedByFilterConditionEventArgs |

An ListEditItemsRequestedByFilterConditionEventArgs object that contains event data.

|

See Also

BindList

Online Demo: Combo Box with Large Database

DevExpress.Web Namespace