TagTextBoxMousEventHandler
Wisej.Web.TagTextBoxMousEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the method that will handle the TagClick or TagDoubleClick events of a TagTextBox control.
Parameters
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A TagTextBoxMousEventArgs that contains the event data. |
Fired By
Name | Description |
---|---|
Fired when the user clicks (or taps) on a tag outside of the close icon. | |
Fired when the user double clicks (or double taps) on a tag outside of the close icon. |
Last updated