Skip to main content
Version: 3.5

TagTextBoxEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public class TagTextBoxEventArgs : EventArgs

Constructors

Instance memberTagTextBoxEventArgs(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 memberIndex

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

Instance memberText

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.