Search
SelectedItemChangedEventArgs Members
Constructors Properties
 


Specifies data for selectedItemChanged events.

The following tables list the members exposed by the SelectedItemChangedEventArgs type.

 Public Constructors

  Name Description

SelectedItemChangedEventArgs

Initializes a new instance of the SelectedItemChangedEventArgs class.

 Public Properties

  Name Description

newItem

Gets the new selected item.

oldItem

Gets the selected item before the change.

 See Also