C#
VB
Java
WinRT C#
C++
Initializes a new AnnOperationInfoEventArgs object.
Public Function New( _
ByVal type As Leadtools.Annotations.Core.AnnOperationType, _
ByVal annObject As Leadtools.Annotations.Core.AnnObject _
)
public AnnOperationInfoEventArgs(
Leadtools.Annotations.Core.AnnOperationType type,
Leadtools.Annotations.Core.AnnObject annObject
)
function AnnOperationInfoEventArgs(
type ,
annObject
)
public:
AnnOperationInfoEventArgs(AnnOperationType^ type, AnnObject^ annObject)
type
Operation type.
annObject
Target annotation object of this 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