TagTextBoxMousEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the TagClick or TagDoubleClick events of a TagTextBox control
- C#
- VB.NET
public class TagTextBoxMousEventArgs : MouseEventArgs
Public Class TagTextBoxMousEventArgs
Inherits MouseEventArgs
Constructors
TagTextBoxMousEventArgs(text, index, button, clicks)
Initializes a new instance of the TagTextBoxMousEventArgs 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. |
| button | MouseButtons | One of the MouseButtons values that indicate which mouse button was pressed. |
| clicks | Int32 | The number of times a mouse button was pressed. |
Properties
Index
Int32: Returns the index of the tag being clicked or double clicked.
Text
String: Text of the tag that is being clicked or double clicked.
Used By
| Name | Description |
|---|---|
| TagTextBoxMousEventHandler | Represents the method that will handle the TagClick or TagDoubleClick events of a TagTextBox control. |