A newer version of this page is available.
Switch to the current version.
BootstrapTagBoxCustomTagsAddedEventArgs Class
Provides data for the BootstrapTagBox.CustomTagsAdded event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
public class BootstrapTagBoxCustomTagsAddedEventArgs :
EventArgs
Public Class BootstrapTagBoxCustomTagsAddedEventArgs
Inherits 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.
See Also
Feedback