←Select platform

OnPointerUp Method

Summary
Handles pointer up events on the designer.
Syntax
C#
VB
Objective-C
C++
Java
public virtual bool OnPointerUp( 
   AnnContainer sender, 
   AnnPointerEventArgs e 
) 
<SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1062:Validate arguments of public methods",  
   Scope="",  
   Target="",  
   MessageId="1",  
   Justification="")> 
Public Overridable Function OnPointerUp( _ 
   ByVal sender As AnnContainer, _ 
   ByVal e As AnnPointerEventArgs _ 
) As Boolean 
- (BOOL)onPointerUp:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args 
public boolean onPointerUp(AnnContainer container, AnnPointerEvent event) 
public:  
   virtual bool OnPointerUp( 
      AnnContainer^ sender, 
      AnnPointerEventArgs^ 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.

Remarks

Derived classes should override this method in order to process pointer up events on the container. The designer should return true if it handled this event in any way.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.