Back to Devexpress

BootstrapCardViewEditorEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-9530f1a9.md

latest1.4 KB
Original Source

BootstrapCardViewEditorEventHandler Delegate

A method that will handle the BootstrapCardView.CellEditorInitialize event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapCardViewEditorEventArgs |

A BootstrapCardViewEditorEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace