(Leadtools.Controls)

RightTap Event

Show in webframe





Occurs when the user performs a right tap operation with either the mouse or a finger.
Syntax
public event EventHandler<InteractiveEventArgs> RightTap
Public Event RightTap As EventHandler(Of InteractiveEventArgs)
public event EventHandler<InteractiveEventArgs> RightTap

            

            
add_RightTap(function(sender, e))
remove_RightTap(function(sender, e))

Event Data

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.

PropertyDescription
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.
Remarks

The RightTap event will fire when any of the following occurs:

InteractiveEventArgs
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.