←Select platform

SetItem Method

Summary

Replaces the item at the specified index.

Syntax

C#
VB
C++
protected override void SetItem(  
   int index, 
   T _item_ 
) 
Protected Overrides Sub SetItem( _ 
   ByVal index As Integer, _ 
   ByVal item As T _ 
)  
protected: 
void SetItem(  
   int index, 
   _T^_ item 
) override  

Parameters

index
The 0-based index of the item to replace.

item
The new value of the item.

Remarks

This method raises the CollectionChanged event with Replace action.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize