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