←Select platform

CreateRemove Method

Summary

Creates a new instance of AnnNotifyCollectionChangedEventArgs for a remove operation.

Syntax

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

Parameters

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

Return Value

The newly created object.

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