'宣言 Public Shared Sub DettachSortChanged(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal handler As System.EventHandler _ )
public static void DettachSortChanged<T>( ICollectionView<T> collectionView, System.EventHandler handler ) where T: class
パラメータ
- collectionView
- The collection view.
- handler
- The event handler.
型パラメータ
- T