DataGridSortingEventHandler Delegate
.NET Framework (current version)
Namespace:
System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
Return to top
Assembly: PresentationFramework (in PresentationFramework.dll)
Public Delegate Sub DataGridSortingEventHandler ( sender As Object, e As DataGridSortingEventArgs )
Parameters
- sender
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.Windows.Controls.DataGridSortingEventArgs
The data for the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: