Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com