Delegate ItemSelectedEventHandler<T>
Delegate for handling item selected events in a SelectableCollectionViewModel.
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public delegate void ItemSelectedEventHandler<T>(object sender, ItemSelectedEventArgs<T> e)
Parameters
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| ItemSelectedEventArgs<T> | e | Event arguments containing the selected item. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of item in the collection. |