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

GdViewer.AnnotationSelectedEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("B42D70F9-F19A-3819-A43D-75D1F47198A8")>

Public Delegate Sub GdViewer.AnnotationSelectedEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("B42D70F9-F19A-3819-A43D-75D1F47198A8")]

public delegate void GdViewer.AnnotationSelectedEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.AnnotationSelectedEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("B42D70F9-F19A-3819-A43D-75D1F47198A8")

public delegate GdViewer.AnnotationSelectedEventHandler( 

   AnnotationIdx : int

)
[Guid("B42D70F9-F19A-3819-A43D-75D1F47198A8")]

public: __gc __delegate void GdViewer.AnnotationSelectedEventHandler( 

   int AnnotationIdx

)
[Guid("B42D70F9-F19A-3819-A43D-75D1F47198A8")]

public delegate void GdViewer.AnnotationSelectedEventHandler( 

   int AnnotationIdx

)

Parameters

AnnotationIdx
See Also

Reference

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