TagTextBoxMousEventHandler

Wisej.Web.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

sender

The source of the event.

e

A TagTextBoxMousEventArgs that contains the event data.

Fired By

NameDescription

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