Skip to main content
A newer version of this page is available. .
Tab

ListEditItemRequestedByValueEventHandler Delegate

A method that will handle the ASPxComboBox.ItemRequestedByValue event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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 ListEditItemRequestedByValueEventArgs

An ListEditItemRequestedByValueEventArgs object that contains event data.

See Also