Search
SelectedItemChangingEventArgs Members
Constructors Properties
 


Specifies data for selectedItemChanging events.

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

 Public Constructors

  Name Description

SelectedItemChangingEventArgs

Initializes a new instance of the SelectedItemChangingEventArgs class.

 Public Properties

  Name Description

newItem

Gets the new selected item.

oldItem

Gets the selected item before the change.

 See Also