CollectionView for WinForms
DettachSortChanged<T> メソッド

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : DettachSortChanged<T> メソッド
The collection view.
The event handler.
Dettaches the specified handler from the sort changed event.
シンタックス
'宣言
 
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
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ