Error processing SSI file
(Leadtools.Controls)

Show in webframe

Hold Event




Occurs when the user taps and holds with 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 Hold event will fire only when EnableHold is set to true and when the following occurs:

The Hold event is used usually on touch devices to show a context menu.

InteractiveEventArgs
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file