ListEditItemsRequestedByFilterConditionEventHandler Delegate
A method that will handle the ASPxComboBox.ItemsRequestedByFilterCondition event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void ListEditItemsRequestedByFilterConditionEventHandler(
object source,
ListEditItemsRequestedByFilterConditionEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. This parameter identifies the combo box which raised the event. |
e | ListEditItemsRequestedByFilterConditionEventArgs | An ListEditItemsRequestedByFilterConditionEventArgs object that contains event data. |
See Also