In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdViewer.AnnotationMovedEventHandler Delegate

GdViewer.AnnotationMovedEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")>

Public Delegate Sub GdViewer.AnnotationMovedEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]

public delegate void GdViewer.AnnotationMovedEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.AnnotationMovedEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")

public delegate GdViewer.AnnotationMovedEventHandler( 

   AnnotationIdx : int

)
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]

public: __gc __delegate void GdViewer.AnnotationMovedEventHandler( 

   int AnnotationIdx

)
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]

public delegate void GdViewer.AnnotationMovedEventHandler( 

   int AnnotationIdx

)

Parameters

AnnotationIdx
See Also

Reference

GdViewer.AnnotationMovedEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace