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
- C#
- VB.NET
public class TagTextBoxEventArgs : EventArgs
Public Class TagTextBoxEventArgs
Inherits EventArgs
Constructors
TagTextBoxEventArgs(text, index)
Initializes a new instance of the TagTextBoxEventArgs class.
| Name | Type | Description |
|---|---|---|
| text | String | Text of the tag that is being notified with the event. |
| index | Int32 | Index of the tag that is being notified with the event. |
Properties
Index
Int32: Returns the index of the tag being added, removed, rejected, or selected.
Text
String: Text of the tag that is being added, removed, rejected, or selected.
Used By
| Name | Description |
|---|---|
| TagTextBoxEventHandler | Represents the method that will handle the TagAdded or TagRejected or TagRejected or TagSelected events of a TagTextBox control. |