CollectionView for WinForms
AttachGroupChanged<T> メソッド

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : AttachGroupChanged<T> メソッド
The collection view.
The event handler.
Attaches the specified handler to the group changed event.
シンタックス
'宣言
 
Public Shared Sub AttachGroupChanged(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal handler As System.EventHandler _
) 
public static void AttachGroupChanged<T>( 
   ICollectionView<T> collectionView,
   System.EventHandler handler
)
where T: class

パラメータ

collectionView
The collection view.
handler
The event handler.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ