Show / Hide Table of Contents

Delegate DataGridSortingEventHandler

Data Grid sorting event handler

Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void DataGridSortingEventHandler(object sender, DataGridSortingEventArgs e);
Parameters
Type Name Description
System.Object sender

The sender.

DataGridSortingEventArgs e

The DataGridSortingEventArgs instance containing the event data.

Back to top Generated by DocFX