Skip to main content
Version: 4.1

TagTextBoxMousEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the TagClick or TagDoubleClick events of a TagTextBox control

public class TagTextBoxMousEventArgs : MouseEventArgs

Constructors

Instance member TagTextBoxMousEventArgs(text, index, button, clicks)

Initializes a new instance of the TagTextBoxMousEventArgs class.

NameTypeDescription
textStringText of the tag that is being notified with the event.
indexInt32Index of the tag that is being notified with the event.
buttonMouseButtonsOne of the MouseButtons values that indicate which mouse button was pressed.
clicksInt32The number of times a mouse button was pressed.

Properties

Instance member Index

Int32: Returns the index of the tag being clicked or double clicked.

Instance member Text

String: Text of the tag that is being clicked or double clicked.

Used By

NameDescription
TagTextBoxMousEventHandlerRepresents the method that will handle the TagClick or TagDoubleClick events of a TagTextBox control.