VirtualizingPanel.RemoveInternalChildRange(Int32, Int32) Method

Definition

Removes child elements from the Children collection.

protected:
 virtual void RemoveInternalChildRange(int index, int range) = RemoveInternalChildRange;
void RemoveInternalChildRange(int const& index, int const& range);
protected void RemoveInternalChildRange(int index, int range);
function removeInternalChildRange(index, range)
Protected Sub RemoveInternalChildRange (index As Integer, range As Integer)

Parameters

index
Int32

int

The beginning index position within the collection at which the first child element is removed.

range
Int32

int

The total number of child elements to remove from the collection.

Applies to