←Select platform

CreateRemove Method

Summary
Creates a new instance of AnnNotifyCollectionChangedEventArgs for a remove operation.
Syntax
C#
VB
Java
public static AnnNotifyCollectionChangedEventArgs CreateRemove( 
   int index 
) 
Public Shared Function CreateRemove( _ 
   ByVal index As Integer _ 
) As AnnNotifyCollectionChangedEventArgs 
public static AnnNotifyCollectionChangedEvent createRemove(Object source, int index) 

Parameters

index
0-based index of the item to be removed.

Return Value

The newly created object.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.