←Select platform

PointerEvent Property

Summary
Gets the original pointer event data that triggered this event.
Syntax
C#
VB
Objective-C
C++
Java
public AnnPointerEventArgs PointerEvent { get; } 
Public ReadOnly Property PointerEvent As AnnPointerEventArgs 
@property (nonatomic, readonly) LTAnnPointerEventArgs pointerEvent; 
public AnnPointerEvent getPointerEvent() 
public:  
   property AnnPointerEventArgs^ PointerEvent 
   { 
      AnnPointerEventArgs^ get() 
   } 

Property Value

The original pointer event data that trigger this event if any; otherwise, null.

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.Automation Assembly

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