[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.DetachSortChanged

DetachSortChanged Method

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

Detaches the specified handler from the sort changed event.

Declaration
public static void DetachSortChanged<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