←Select platform

Create Method

Summary

Creates a new instance of the AnnObjectCollectionEventArgs class.

Syntax
C#
VB
C++
Java
public static AnnObjectCollectionEventArgs Create( 
   AnnObject obj 
) 
Public Shared Function Create( _ 
   ByVal obj As AnnObject _ 
) As AnnObjectCollectionEventArgs 
public AnnObjectCollectionEvent( 
   Object source, 
   AnnObject obj 
) 
public:  
   static AnnObjectCollectionEventArgs^ Create( 
      AnnObject^ obj 
   ) 

Parameters

obj
The AnnTextObject that was added or removed from the container.

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