Skip to main content
Version: 3.5

TagTextBoxMousEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the TagClick or TagDoubleClick events of a TagTextBox control.

public delegate void TagTextBoxMousEventHandler(Object sender, TagTextBoxMousEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eTagTextBoxMousEventArgsA TagTextBoxMousEventArgs that contains the event data.

Fired By

NameDescription
TagTextBox.TagClickFired when the user clicks (or taps) on a tag outside of the close icon.
TagTextBox.TagDoubleClickFired when the user double clicks (or double taps) on a tag outside of the close icon.