| 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
Target Platforms: Microsoft .NET Framework 2.0