LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnRunDesignerEventArgs Constructor (AnnRunDesignerEventArgs)






The AnnObject currently being run.
An AnnDesignerOperationStatus value that represents the current status of the running operation.
Initializes a new instance of the AnnRunDesignerEventArgs class.
Syntax
public AnnRunDesignerEventArgs( 
   AnnObject obj,
   AnnDesignerOperationStatus operationStatus
)
'Declaration
 
Public Function New( _
   ByVal obj As AnnObject, _
   ByVal operationStatus As AnnDesignerOperationStatus _
)
'Usage
 
Dim obj As AnnObject
Dim operationStatus As AnnDesignerOperationStatus
 
Dim instance As New AnnRunDesignerEventArgs(obj, operationStatus)
public AnnRunDesignerEventArgs( 
   AnnObject obj,
   AnnDesignerOperationStatus operationStatus
)
function AnnRunDesignerEventArgs( 
   obj ,
   operationStatus 
)
public:
AnnRunDesignerEventArgs( 
   AnnObject^ obj,
   AnnDesignerOperationStatus operationStatus
)

Parameters

obj
The AnnObject currently being run.
operationStatus
An AnnDesignerOperationStatus value that represents the current status of the running operation.
Example
For an example, refer to AnnRunDesigner.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnRunDesignerEventArgs Class
AnnRunDesignerEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.