Error processing SSI file
(Leadtools.Controls)

Show in webframe

Tap Event




Occurs when the user performs a tap operation with either the mouse or a finger.
Syntax
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
IsHandled Indicates whether this event is handled.
MouseButton Mouse button that triggered this event.
NativeEvent Native event associated with this event.
Origin Original mouse or touch position.
Position Current mouse or touch position.
Remarks

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

InteractiveEventArgs
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file