ImageGear .NET - Updated May 30, 2018
MouseUp Method (ImGearARTForms)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : MouseUp Method
Sender object.
Event arguments.
Provides mouse up interaction functionality.
Syntax
'Declaration
 
Public Sub MouseUp( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As ImGearARTForms
Dim sender As Object
Dim e As MouseEventArgs
 
instance.MouseUp(sender, e)

Parameters

sender
Sender object.
e
Event arguments.
Remarks
This method is supposed to be called from the application's PageView_MouseUp event handler.
See Also

Reference

ImGearARTForms Class
ImGearARTForms Members