Ctor.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ColumnSortChangedEventArgs(
	Sort sortDirection
)
Visual Basic
Public Sub New ( _
	sortDirection As Sort _
)
JScript
public function ColumnSortChangedEventArgs(
	sortDirection : Sort
)

Parameters

sortDirection
Type: Sort
new sort value

See Also