[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.AttachGroupChanged

AttachGroupChanged Method

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

Attaches the specified handler to the group changed event.

Declaration
public static void AttachGroupChanged<T>(this IDataCollection<T> dataCollection, EventHandler handler) where T : class?
Public Shared Sub AttachGroupChanged(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