←Select platform

CreateReplace Method

Summary

Creates a new AnnNotifyCollectionChangedEventArgs for a replace item event.

Syntax

C#
VB
Java
WinRT C#
public static AnnNotifyCollectionChangedEventArgs CreateReplace( 
   int index 
) 
Public Shared Function CreateReplace( _ 
   ByVal index As Integer _ 
) As Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs 
public static AnnNotifyCollectionChangedEvent createReplace(Object source, int index) 
             
 function Leadtools.Annotations.Core.AnnNotifyCollectionChangedEventArgs.CreateReplace(  
   index  
) 

Parameters

index
0-based index of the replace operation

Return Value

The object this method creates.

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.Annotations.Core Assembly