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

ListBoxItemRowPreparedEventArgs(ListEditItem, TableRow) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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