GdViewer.AnnotationMovedEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")>
Public Delegate Sub GdViewer.AnnotationMovedEventHandler( _
ByVal As Integer _
)
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]
public delegate void GdViewer.AnnotationMovedEventHandler(
int
)
public delegate GdViewer.AnnotationMovedEventHandler(
: Integer
);
GuidAttribute("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")
public delegate GdViewer.AnnotationMovedEventHandler(
: int
)
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]
public: __gc __delegate void GdViewer.AnnotationMovedEventHandler(
int
)
[Guid("CEE63AB3-BB88-31F4-89A7-5B0C68104AC8")]
public delegate void GdViewer.AnnotationMovedEventHandler(
int
)
Parameters
- AnnotationIdx
- The 0-based index of the moved annotation within the current page of the displayed document. It is a value from 0 to GetAnnotationCount-1.
See Also