Skip to main content
Tab

LayoutItemDataBoundEventArgs(LayoutItem, Object) Constructor

Initializes a new instance of the LayoutItemDataBoundEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutItemDataBoundEventArgs(
    LayoutItem layoutItem,
    object nestedControlValue
)

Parameters

Name Type Description
layoutItem LayoutItem

A LayoutItem object representing an item related to the generated event.

nestedControlValue Object

An Object object that is a value of a control nested into the layout item with the specified field name.

Remarks

Instances of the LayoutItemDataBoundEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also