Back to Devexpress

ListEditItemRequestedByValueEventHandler Delegate

aspnet-devexpress-dot-web-954c4515.md

latest1.4 KB
Original Source

ListEditItemRequestedByValueEventHandler Delegate

A method that will handle the ASPxComboBox.ItemRequestedByValue event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

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

| | e | ListEditItemRequestedByValueEventArgs |

An ListEditItemRequestedByValueEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace