Class RangeAdditionFinishedEventArgs<T>
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.