ColumnClickEventArgs
Wisej.Web.ColumnClickEventArgs
Last updated
Wisej.Web.ColumnClickEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the ColumnClick event.
Initializes a new instance of the ColumnClickEventArgs class.
Initializes a new instance of the ColumnClickEventArgs class.
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.
Represents the method that will handle the ColumnClick event of a ListView.