PowerWEB LiveControls for ASP.NET
OnSortCommand Method
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDataGrid Class : OnSortCommand Method



e

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnSortCommand( _
   ByVal e As DataGridSortCommandEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As LiveDataGrid
Dim e As DataGridSortCommandEventArgs
 
instance.OnSortCommand(e)
C# 
protected override void OnSortCommand( 
   DataGridSortCommandEventArgs e
)
C++/CLI 
protected:
void OnSortCommand( 
   DataGridSortCommandEventArgs^ e
) override 

Parameters

e

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.