Click or drag to resize

ListSortEventArgs Constructor

Initializes a new instance of a class.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public ListSortEventArgs(
	ListRowCollection rows,
	ListColumn column,
	ListSortDirection direction
)

Parameters

rows
Type: Dynamicweb.ControlsListRowCollection
The collection of List rows to sort.
column
Type: Dynamicweb.ControlsListColumn
The list column to sort rows by.
direction
Type: Dynamicweb.ControlsListSortDirection
Sort direction.
Remarks