//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; namespace ExtendedGrid.Microsoft.Windows.Controls { /// /// Delegate for listeners on Sorting event on datagrid /// /// /// public delegate void DataGridSortingEventHandler(object sender, DataGridSortingEventArgs e); }