Skip to main content

BootstrapTagBoxCustomTagsAddedEventArgs Class

Provides data for the BootstrapTagBox.CustomTagsAdded event.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapTagBoxCustomTagsAddedEventArgs :
    EventArgs

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