←Select platform

OnPointerUp Method (AnnFreehandDrawDesigner)

Summary

Provides an implementation of the OnPointerUp method.

Syntax

C#
VB
Java
Objective-C
WinRT C#
[SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1062:Validate arguments of public methods",  
   Scope="",  
   Target="",  
   MessageId="1",  
   Justification="")] 
public override bool OnPointerUp(  
   Leadtools.Annotations.Core.AnnContainer sender, 
   Leadtools.Annotations.Core.AnnPointerEventArgs e 
) 
<SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1062:Validate arguments of public methods",  
   Scope="",  
   Target="",  
   MessageId="1",  
   Justification="")> 
Public Overrides Function OnPointerUp( _ 
   ByVal sender As Leadtools.Annotations.Core.AnnContainer, _ 
   ByVal e As Leadtools.Annotations.Core.AnnPointerEventArgs _ 
) As Boolean 
[SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1062:Validate arguments of public methods",  
   Scope="",  
   Target="",  
   MessageId="1",  
   Justification="")] 
public override bool OnPointerUp(  
   Leadtools.Annotations.Core.AnnContainer sender, 
   Leadtools.Annotations.Core.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.AnnFreehandDrawDesigner.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Designers Assembly
Click or drag to resize