Back to Devexpress

BootstrapLayoutItemDataBindingEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-87f5a3a2.md

latest1.6 KB
Original Source

BootstrapLayoutItemDataBindingEventHandler Delegate

A method that will handle the BootstrapFormLayout.LayoutItemDataBinding event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapLayoutItemDataBindingEventArgs |

A BootstrapLayoutItemDataBindingEventArgs object that contains event data.

|

See Also

Form Layout

DevExpress.Web.Bootstrap Namespace