Back to Devexpress

LayoutItemDataBindingEventHandler Delegate

aspnet-devexpress-dot-web-d098b7a1.md

latest1.3 KB
Original Source

LayoutItemDataBindingEventHandler Delegate

A method that will handle the ASPxFormLayout.LayoutItemDataBinding event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | LayoutItemDataBindingEventArgs |

A LayoutItemDataBindingEventArgs object that contains event data.

|

See Also

DevExpress.Web Namespace