Occurs when the user taps and holds with the mouse or a finger.
public event EventHandler<InteractiveEventArgs> Hold
public:
event EventHandler<Leadtools::Controls::InteractiveEventArgs^>^ Hold
The Hold event will fire only when EnableHold is set to true and when the following occurs:
On a device that supports mouse: When the user presses down the left mouse button and the pointer is over an EventsTarget and holds without moving for specific amount of time specified by the HoldDelay property. On a device that supports touch: When the user presses a finger down on an EventsTarget and holds without moving for specific amount of time specified by the HoldDelay property.
The Hold event is used usually on touch devices to show a context menu.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | InteractiveEventArgs | The event data. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document