[]
Attaches the specified handler to the group changed event.
public static void AttachGroupChanged<T>(this IDataCollection<T> dataCollection, EventHandler handler) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| EventHandler | handler | The event handler. |
| Name | Description |
|---|---|
| T |