Error processing SSI file
(Leadtools.Annotations.Designers)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

OnPointerUp Method (AnnEditDesigner)







The container associated with this designer.
The event data.
Provides an implementation of the OnPointerUp event in this AnnEditDesigner object.
Syntax
[SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="1", 
   Justification="")]
public override bool OnPointerUp( 
   AnnContainer sender,
   AnnPointerEventArgs e
)
[SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="1", 
   Justification="")]
public override bool OnPointerUp( 
   AnnContainer sender,
   AnnPointerEventArgs e
)
- (BOOL)onPointerUp:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
@Override public boolean onPointerUp(
             AnnContainer container, 
             AnnPointerEvent event
)
            
SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="1", 
   Justification="")
 function Leadtools.Annotations.Designers.AnnEditDesigner.OnPointerUp( 
   sender ,
   e 
)
'Declaration
 
<SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="1", 
   Justification="")>
Public Overrides Function OnPointerUp( _
   ByVal sender As AnnContainer, _
   ByVal e As AnnPointerEventArgs _
) As Boolean
 
'Usage
 
Dim instance As AnnEditDesigner
Dim sender As AnnContainer
Dim e As AnnPointerEventArgs
Dim value As Boolean
 
value = instance.OnPointerUp(sender, e)

Parameters

sender
The container associated with this designer.
e
The event data.

Return Value

true if this event is handled; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

Error processing SSI file
Leadtools.Annotations.Designers requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features