Gets a collection which contains the items that were selected.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public IOrderedSet<T> AddedItems {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
 }
Visual Basic
Public Property AddedItems As IOrderedSet(Of T)
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Private Set

Field Value

The items that were selected in this event.

See Also