←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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly