C#
VB
Java
Objective-C
WinRT C#
C++
Creates a new instance of the AnnRunDesignerEventArgs class.
public static AnnRunDesignerEventArgs Create(
AnnObject obj,
AnnDesignerOperationStatus operationStatus
)
Public Shared Function Create( _
ByVal obj As Leadtools.Annotations.Core.AnnObject, _
ByVal operationStatus As Leadtools.Annotations.Core.AnnDesignerOperationStatus _
) As Leadtools.Annotations.Core.AnnRunDesignerEventArgs
public static Leadtools.Annotations.Core.AnnRunDesignerEventArgs Create(
Leadtools.Annotations.Core.AnnObject obj,
Leadtools.Annotations.Core.AnnDesignerOperationStatus operationStatus
)
-(id) initWithObject:(LTAnnObject*)obj
operationStatus:(LTAnnDesignerOperationStatus) operation;
public AnnRunDesignerEvent(
Object source,
AnnObject obj,
AnnDesignerOperationStatus operationStatus
)
function Leadtools.Annotations.Core.AnnRunDesignerEventArgs.Create(
obj ,
operationStatus
)
public:
static AnnRunDesignerEventArgs^ Create(
AnnObject^ obj,
AnnDesignerOperationStatus^ operationStatus
)
obj
The AnnObject that is entering run mode.
operationStatus
A AnnDesignerOperationStatus enumeration which represents the status of the run operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET