Skip to main content
Tab

ListBoxItemRowPreparedEventArgs(ListEditItem, TableRow) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListBoxItemRowPreparedEventArgs(
    ListEditItem item,
    TableRow row
)

Parameters

Name Type Description
item ListEditItem

A ListEditItem object representing the item related to the generated event.

row TableRow

A TableRow object that represents the processed row.

See Also