Back to Devexpress

LayoutItemDataBoundEventHandler Delegate

aspnet-devexpress-dot-web-09539cdf.md

latest1.2 KB
Original Source

LayoutItemDataBoundEventHandler Delegate

A method that will handle the ASPxFormLayout.LayoutItemDataBound event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void LayoutItemDataBoundEventHandler(
    object sender,
    LayoutItemDataBoundEventArgs e
);
vb
Public Delegate Sub LayoutItemDataBoundEventHandler(
    sender As Object,
    e As LayoutItemDataBoundEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | LayoutItemDataBoundEventArgs |

A LayoutItemDataBoundEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace