Search
SelectionChangedEventArgs Members
Constructors Properties
 


Contains the arguments passed to handlers of the selectionChanged event.

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

 Public Constructors

  Name Description

SelectionChangedEventArgs

Initializes a new instance of the SelectionChangedEventArgs class.

 Public Properties

  Name Description

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

newItems

Gets the selected items after the change.

oldItems

Gets the selected items before the change.

 See Also