[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.AttachPageChanged

AttachPageChanged Method

AttachPageChanged<T>(IDataCollection<T>, EventHandler)

Attaches the specified handler to the page changed event.

Declaration
public static void AttachPageChanged<T>(this IDataCollection<T> dataCollection, EventHandler handler) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

EventHandler handler

The event handler.

Type Parameters
Name Description
T