←Select platform

CreateReplace Method

Summary

Creates a new AnnNotifyCollectionChangedEventArgs for a replace item event.

Syntax
C#
VB
Java
public static AnnNotifyCollectionChangedEventArgs CreateReplace( 
   int index 
) 
Public Shared Function CreateReplace( _ 
   ByVal index As Integer _ 
) As AnnNotifyCollectionChangedEventArgs 
public static AnnNotifyCollectionChangedEvent createReplace(Object source, int index) 

Parameters

index
0-based index of the replace operation

Return Value

The object this method creates.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly