ColumnClickEventArgs

Wisej.Web.ColumnClickEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ColumnClick event.

public class ColumnClickEventArgs : EventArgs

Constructors

Initializes a new instance of the ColumnClickEventArgs class.

NameTypeDescription

column

The zero-based index of the column that is clicked.

Initializes a new instance of the ColumnClickEventArgs class.

NameTypeDescription

column

The zero-based index of the column that is clicked.

button

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

clicks

The number of times a mouse button was pressed.

Properties

MouseButtons: Returns which mouse button was pressed.

Int32: Returns the number of clicks or taps.

Int32: Returns the zero-based index of the column that is clicked.

Used By

NameDescription

Represents the method that will handle the ColumnClick event of a ListView.

Last updated