Gets a collection which contains the items that were selected.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.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 |