NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.RemoveOnSortCommand

[To be supplied.]

[Visual Basic]
Public Sub RemoveOnSortCommand( _
   ByVal handler As DataGridSortCommandEventHandler _
)
[C#]
public void RemoveOnSortCommand(
   DataGridSortCommandEventHandler handler
);
[C++]
public: void RemoveOnSortCommand(
   DataGridSortCommandEventHandler* handler
);
[JScript]
public function RemoveOnSortCommand(
   handler : DataGridSortCommandEventHandler
);

Parameters

handler
[To be supplied.]

See Also

DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace