LayoutItemDataBoundEventArgs(LayoutItem, Object) Constructor
Initializes a new instance of the LayoutItemDataBoundEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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