C1.Win.C1Sizer.4.8 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / OnMouseDown Method
A System.Windows.Forms.MouseEventArgs that contains the event data.

In This Topic
OnMouseDown Method (C1Sizer)
In This Topic
Raises the System.Windows.Forms.Control.MouseDown event.
Syntax
'Declaration
 
Protected Overrides Sub OnMouseDown( _
   ByVal e As System.Windows.Forms.MouseEventArgs _
) 
 

Parameters

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