SSRS Viewer for WinRT
PointerPressed Event (C1SsrsViewer)

Syntax
'Declaration
 
Public Event PointerPressed As PointerEventHandler
public event PointerEventHandler PointerPressed
Event Data

The event handler receives an argument of type PointerRoutedEventArgs containing data related to this event. The following PointerRoutedEventArgs properties provide information specific to this event.

PropertyDescription
HandledGets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from handling the same event again.  
KeyModifiersGets a value that indicates which key modifiers were active at the time that the pointer event was initiated.  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
PointerGets a reference to a pointer token.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1SsrsViewer Class
C1SsrsViewer Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback