GdPicture.NET.14
GdPicture14 Namespace / GdViewer.BeforeAnnotationDeletedByUserEventHandler Delegate





In This Topic
GdViewer.BeforeAnnotationDeletedByUserEventHandler Delegate
In This Topic
Syntax
'Declaration
 
<GuidAttribute("1B3D0829-BDF3-42CC-8529-116A1F749169")>
Public Delegate Sub GdViewer.BeforeAnnotationDeletedByUserEventHandler( _
   ByVal AnnotationIdx As Integer, _
   ByRef cancel As Boolean _
) 
[Guid("1B3D0829-BDF3-42CC-8529-116A1F749169")]
public delegate void GdViewer.BeforeAnnotationDeletedByUserEventHandler( 
   int AnnotationIdx,
   ref bool cancel
)
public delegate GdViewer.BeforeAnnotationDeletedByUserEventHandler( 
    AnnotationIdx: Integer;
   var  cancel: Boolean
);
GuidAttribute("1B3D0829-BDF3-42CC-8529-116A1F749169")
public delegate GdViewer.BeforeAnnotationDeletedByUserEventHandler( 
   AnnotationIdx : int,
   cancel : boolean
)
[Guid("1B3D0829-BDF3-42CC-8529-116A1F749169")]
public: __gc __delegate void GdViewer.BeforeAnnotationDeletedByUserEventHandler( 
   int AnnotationIdx,
   ref bool cancel
)
[Guid("1B3D0829-BDF3-42CC-8529-116A1F749169")]
public delegate void GdViewer.BeforeAnnotationDeletedByUserEventHandler( 
   int AnnotationIdx,
   bool% cancel
)

Parameters

AnnotationIdx
cancel
See Also