FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / OnMouseUp Method
Event arguments


In This Topic
OnMouseUp Method (ElementWindowless)
In This Topic
Raises the MouseUp event when the pointer button is released while the cursor is over the control.
Syntax
'Declaration
 
Protected Overridable Sub OnMouseUp( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As ElementWindowless
Dim e As MouseEventArgs
 
instance.OnMouseUp(e)

Parameters

e
Event arguments
See Also