←Select platform

OnPointerMove Method (AnnDesigner)

Summary

Handles pointer move events on the designer.

Syntax

C#
VB
Java
Objective-C
WinRT C#
Public Overridable Function OnPointerMove( _ 
   ByVal sender As Leadtools.Annotations.Core.AnnContainer, _ 
   ByVal e As Leadtools.Annotations.Core.AnnPointerEventArgs _ 
) As Boolean 
- (BOOL)onPointerMove:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
public boolean onPointerMove(AnnContainer container, AnnPointerEvent event)
function Leadtools.Annotations.Designers.AnnDesigner.OnPointerMove(  
   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.

Remarks

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

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