Skip to main content
Tab

ListEditItemRequestedByValueEventArgs(Object, String) Constructor

Initializes a new instance of the ListEditItemRequestedByValueEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListEditItemRequestedByValueEventArgs(
    object value,
    string text
)

Parameters

Name Type Description
value Object

An object that specifies the item’s value.

text String

A string that specifies the item’s text.

See Also