Skip to main content
Version: 4.1

TagTextBoxEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the TagAdded or TagRejected or TagRejected or TagSelected events of a TagTextBox control

public class TagTextBoxEventArgs : EventArgs

Constructors

Instance member TagTextBoxEventArgs(text, index)

Initializes a new instance of the TagTextBoxEventArgs class.

NameTypeDescription
textStringText of the tag that is being notified with the event.
indexInt32Index of the tag that is being notified with the event.

Properties

Instance member Index

Int32: Returns the index of the tag being added, removed, rejected, or selected.

Instance member Text

String: Text of the tag that is being added, removed, rejected, or selected.

Used By

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