Skip to main content
Version: 4.1

TagTextBoxEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the TagAdded or TagRejected or TagRejected or TagSelected events of a TagTextBox control.

public delegate void TagTextBoxEventHandler(Object sender, TagTextBoxEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eTagTextBoxEventArgsA TagTextBoxEventArgs that contains the event data.

Fired By

NameDescription
TagTextBox.TagAddedFired when the user adds new tag is added to the control.
TagTextBox.TagRemovedFired when the user removes a tag from the control.
TagTextBox.TagRejectedFired when the user tries to add a tag that already exists or the maximum number of allowed tags set in MaxTagCount is reached.
TagTextBox.TagSelectedFires when the user selects a tag.