DataGridSortingEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void DataGridSortingEventHandler(System::Object ^ sender, DataGridSortingEventArgs ^ e);
public delegate void DataGridSortingEventHandler(object sender, DataGridSortingEventArgs e);
type DataGridSortingEventHandler = delegate of obj * DataGridSortingEventArgs -> unit
Public Delegate Sub DataGridSortingEventHandler(sender As Object, e As DataGridSortingEventArgs)
Parameters
- sender
- Object
The source of the event.
The data for the event.
Extension Methods
GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |