Back to Devexpress

BootstrapTagBoxCustomTagsAddedEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-80f07877.md

latest1.5 KB
Original Source

BootstrapTagBoxCustomTagsAddedEventHandler Delegate

A method that will handle the BootstrapTagBox.CustomTagsAdded event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapTagBoxCustomTagsAddedEventArgs |

A BootstrapTagBoxCustomTagsAddedEventArgs object that contains event data.

|

See Also

DevExpress.Web.Bootstrap Namespace