TagTextBoxMousEventArgs

Wisej.Web.TagTextBoxMousEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public class TagTextBoxMousEventArgs : MouseEventArgs

Constructors

Initializes a new instance of the TagTextBoxMousEventArgs class.

NameTypeDescription

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

One of the MouseButtons values that indicate which mouse button was pressed.

clicks

The number of times a mouse button was pressed.

Properties

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

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

Used By

NameDescription

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

Last updated