A newer version of this page is available.
Switch to the current version.
BootstrapTagBoxCustomTagsAddedEventHandler Delegate
A method that will handle the BootstrapTagBox.CustomTagsAdded event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public delegate void BootstrapTagBoxCustomTagsAddedEventHandler(
object sender,
BootstrapTagBoxCustomTagsAddedEventArgs e
);
Public Delegate Sub BootstrapTagBoxCustomTagsAddedEventHandler(
sender As Object,
e As BootstrapTagBoxCustomTagsAddedEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | BootstrapTagBoxCustomTagsAddedEventArgs | A BootstrapTagBoxCustomTagsAddedEventArgs object that contains event data. |
See Also
Feedback