Class RangeAdditionFinishedEventArgs<T>
- Namespace
- Alternet.Base.Collections
- Assembly
- Alternet.UI.Common.dll
Provides data for the ItemRangeAdditionFinished event.
public class RangeAdditionFinishedEventArgs<T> : BaseEventArgs
Type Parameters
T
The type of elements in the collection.
- Inheritance
-
RangeAdditionFinishedEventArgs<T>
Constructors
- RangeAdditionFinishedEventArgs(int, IEnumerable<T>)
Initializes a new instance of the RangeAdditionFinishedEventArgs<T> class.
Properties
- InsertionIndex
The index to insert the Items at.
- Items
The items being inserted.