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