Handles the mouse up event that occurs on the control.
public void HandleMouseUp(
Control control,
MouseEventArgs args,
int objectIndex
)
Public Sub HandleMouseUp( _
ByVal control As Control, _
ByVal args As MouseEventArgs, _
ByVal objectIndex As Integer _
)
public:
void HandleMouseUp(
Control^ control,
MouseEventArgs^ args,
int objectIndex
)
control
The control where the objects are rendered.
args
System.Windows.Forms.MouseEventArgs that represents the arguments that are received through one of the mouse events. You must pass the mouse event arguments that were received from the various mouse events, such as MouseDown, MouseUp, MouseMove, etc.
objectIndex
index of the object that will receive the effects of handling the mouse event through this method.
This method will automatically handle complicated mouse tasks and will perform the preset actions.
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