TagTextBoxEventHandler
Wisej.Web.TagTextBoxEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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
Name
Type
Description
Fired By
Name
Description
Fired when the user adds new tag is added to the control.
Fired when the user removes a tag from the control.
Fired when the user tries to add a tag that already exists or the maximum number of allowed tags set in MaxTagCount is reached.
Fires when the user selects a tag.
Last updated
Was this helpful?