ComponentOne Xamarin.iOS
DettachFilterChanged<T> Method


C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : DettachFilterChanged<T> Method
The collection view.
The event handler.
Dettaches the specified handler from the filter changed event.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub DettachFilterChanged(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal handler As EventHandler _
) 
'Usage
 
Dim collectionView As ICollectionView(Of T)
Dim handler As EventHandler
 
ICollectionViewEx.DettachFilterChanged(Of T)(collectionView, handler)
[Extension()]
public static void DettachFilterChanged<T>( 
   ICollectionView<T> collectionView,
   EventHandler handler
)
where T: class

Parameters

collectionView
The collection view.
handler
The event handler.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members