BootstrapTagBox.CustomTagsAdded Event
Serves as a notification that the Tag Box contains custom tags.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Event Data
The CustomTagsAdded event's data class is BootstrapTagBoxCustomTagsAddedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
CustomTags | Gets the collection of custom tags. |
Remarks
The CustomTagsAdded event provides notification that the Tag Box control contains custom tags. You can use the event handler to add the tokens to the BootstrapTagBox.Items collection. The BootstrapTagBoxCustomTagsAddedEventArgs.CustomTags event argument property returns a collection of custom tokens.
See Also