ListEditItemRequestedByValueEventHandler Delegate
In This Article
A method that will handle the ASPxComboBox.ItemRequestedByValue event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void ListEditItemRequestedByValueEventHandler(
object source,
ListEditItemRequestedByValueEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. This parameter identifies the combo box which raised the event. |
e | List |
An List |
See Also