KaxListViewSortEventArgsHandleSorting Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static void HandleSorting(
KaxListView ownerListView,
Object commandSource,
string commandArgument
)
Public Shared Sub HandleSorting (
ownerListView As KaxListView,
commandSource As Object,
commandArgument As String
)
public:
static void HandleSorting(
KaxListView^ ownerListView,
Object^ commandSource,
String^ commandArgument
)
static member HandleSorting :
ownerListView : KaxListView *
commandSource : Object *
commandArgument : string -> unit
Parameters
- ownerListView
- Type: Kettic.AspNet.ControlsKaxListView
- commandSource
- Type: SystemObject
- commandArgument
- Type: SystemString
See Also