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

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

    Parameters

    dataCollection
    The data collection.
    handler
    The event handler.

    Type Parameters

    T
    See Also