TagTextBoxMousEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the TagClick or TagDoubleClick events of a TagTextBox control.
- C#
- VB.NET
public delegate void TagTextBoxMousEventHandler(Object sender, TagTextBoxMousEventArgs e)
Public Delegate Sub TagTextBoxMousEventHandler(ByVal sender As [Object], ByVal e As TagTextBoxMousEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | TagTextBoxMousEventArgs | A TagTextBoxMousEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| TagTextBox.TagClick | Fired when the user clicks (or taps) on a tag outside of the close icon. |
| TagTextBox.TagDoubleClick | Fired when the user double clicks (or double taps) on a tag outside of the close icon. |