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

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

Parameters

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