Show / Hide Table of Contents

Class ItemSelectedEventArgs<T>

Event arguments for the item selected event. Contains the selected item.

Inheritance
object
EventArgs
ItemSelectedEventArgs<T>
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.Presentation
Assembly: Benday.Presentation.dll
Syntax
public class ItemSelectedEventArgs<T> : EventArgs
Type Parameters
Name Description
T

The type of the selected item.

Constructors

| Edit this page View Source

ItemSelectedEventArgs(T?)

Initializes a new instance of the ItemSelectedEventArgs class.

Declaration
public ItemSelectedEventArgs(T? selectedItem)
Parameters
Type Name Description
T selectedItem

The item that was selected, or null if selection was cleared.

Properties

| Edit this page View Source

SelectedItem

Gets the selected item, or null if selection was cleared.

Declaration
public T? SelectedItem { get; }
Property Value
Type Description
T
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com