[]
Detaches the specified handler from the sort changed event.
public static void DetachSortChanged<T>(this IDataCollection<T> dataCollection, EventHandler handler) where T : class?
Public Shared Sub DetachSortChanged(Of T As Class)(dataCollection As IDataCollection(Of T), handler As EventHandler)
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| EventHandler | handler | The event handler. |
| Name | Description |
|---|---|
| T |