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

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

    Parameters

    dataCollection
    The data collection.
    handler
    The event handler.

    Type Parameters

    T
    See Also