←Select platform

PointerEvent Property

Summary

Gets the original pointer event data that triggered this event.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnPointerEventArgs PointerEvent { get; } 
Public ReadOnly Property PointerEvent As Leadtools.Annotations.Core.AnnPointerEventArgs 
@property (nonatomic, readonly) LTAnnPointerEventArgs pointerEvent; 
             
public AnnPointerEvent getPointerEvent() 
 get_PointerEvent();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly