In This Topic
GdPicture14 Namespace / GdViewer.BeforeAnnotationAddedByUserEventHandler Delegate

GdViewer.BeforeAnnotationAddedByUserEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")>

Public Delegate Sub GdViewer.BeforeAnnotationAddedByUserEventHandler( _

   ByVal AnnotationIdx As Integer _

) 
[Guid("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")]

public delegate void GdViewer.BeforeAnnotationAddedByUserEventHandler( 

   int AnnotationIdx

)
public delegate GdViewer.BeforeAnnotationAddedByUserEventHandler( 

    AnnotationIdx: Integer

);
GuidAttribute("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")

public delegate GdViewer.BeforeAnnotationAddedByUserEventHandler( 

   AnnotationIdx : int

)
[Guid("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")]

public: __gc __delegate void GdViewer.BeforeAnnotationAddedByUserEventHandler( 

   int AnnotationIdx

)
[Guid("ACB229C4-C9BF-3BA3-9B4F-83A6DE238C6E")]

public delegate void GdViewer.BeforeAnnotationAddedByUserEventHandler( 

   int AnnotationIdx

)

Parameters

AnnotationIdx
See Also