C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComponent Class / OnMouseUp Method
System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseUp Method (InputComponent)
In This Topic
Raises the MouseUp event.
Syntax
'Declaration
 
Protected Overridable Sub OnMouseUp( _
   ByVal e As MouseEventArgs _
) 
 

Parameters

e
System.Windows.Forms.MouseEventArgs that contains the event data.
See Also