TagTextBoxMousEventArgs
Wisej.Web.TagTextBoxMousEventArgs
Last updated
Wisej.Web.TagTextBoxMousEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the TagClick or TagDoubleClick events of a TagTextBox control
Initializes a new instance of the TagTextBoxMousEventArgs class.
text
Text of the tag that is being notified with the event.
index
Index of the tag that is being notified with the event.
button
clicks
The number of times a mouse button was pressed.
Int32: Returns the index of the tag being clicked or double clicked.
String: Text of the tag that is being clicked or double clicked.
One of the values that indicate which mouse button was pressed.
Represents the method that will handle the or events of a control.