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

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

    Parameters

    dataCollection
    The data collection.
    handler
    The event handler.

    Type Parameters

    T
    See Also