←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly