[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.AttachSortChanged

AttachSortChanged Method

AttachSortChanged<T>(IDataCollection<T>, EventHandler)

Attaches the specified handler to the sort changed event.

Declaration
public static void AttachSortChanged<T>(this IDataCollection<T> dataCollection, EventHandler handler) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

EventHandler handler

The event handler.

Type Parameters
Name Description
T