Occurs when the user performs a tap operation with either the mouse or a finger.
public event EventHandler<InteractiveEventArgs> Tap
Public Event Tap As EventHandler(Of InteractiveEventArgs)
public event EventHandler<InteractiveEventArgs> Tap
add_Tap(function(sender, e))
remove_Tap(function(sender, e))
The event handler receives an argument of type InteractiveEventArgs containing data related to this event. The following InteractiveEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NativeEventArgs | Gets or sets the native Windows Runtime event associated with this event. |
Origin | Gets or sets the original mouse or touch position. |
Position | Gets or sets the current mouse or touch position. |
The Tap event will fire when any of the following occurs:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET