[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.AttachFilterChanged

AttachFilterChanged Method

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

Attaches the specified handler to the filter changed event.

Declaration
public static void AttachFilterChanged<T>(this IDataCollection<T> dataCollection, EventHandler handler) where T : class?
Public Shared Sub AttachFilterChanged(Of T As Class)(dataCollection As IDataCollection(Of T), handler As EventHandler)
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

EventHandler handler

The event handler.

Type Parameters
Name Description
T