DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / DetachFilterChanged<T> Method
The data collection.
The event handler.

In This Topic
    DetachFilterChanged<T> Method
    In This Topic
    Detaches the specified handler from the filter changed event.
    Syntax
    'Declaration
     
    Public Shared Sub DetachFilterChanged(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T), _
       ByVal handler As EventHandler _
    ) 
    public static void DetachFilterChanged<T>( 
       IDataCollection<T> dataCollection,
       EventHandler handler
    )
    where T: class

    Parameters

    dataCollection
    The data collection.
    handler
    The event handler.

    Type Parameters

    T
    See Also