Back to Devexpress

BootstrapTagBoxCustomTagsAddedEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ba25dc20.md

latest1.9 KB
Original Source

BootstrapTagBoxCustomTagsAddedEventArgs Class

Provides data for the BootstrapTagBox.CustomTagsAdded event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapTagBoxCustomTagsAddedEventArgs :
    EventArgs
vb
Public Class BootstrapTagBoxCustomTagsAddedEventArgs
    Inherits EventArgs

BootstrapTagBoxCustomTagsAddedEventArgs is the data class for the following events:

Remarks

Objects of the BootstrapTagBoxCustomTagsAddedEventArgs type are used as arguments for the BootstrapTagBox.CustomTagsAdded event generated on the server side.

BootstrapTagBoxCustomTagsAddedEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object EventArgs BootstrapTagBoxCustomTagsAddedEventArgs

See Also

BootstrapTagBoxCustomTagsAddedEventArgs Members

Tag Box

DevExpress.Web.Bootstrap Namespace