ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 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 _
    ) 
    protected override void OnMouseDown( 
       System.Windows.Forms.MouseEventArgs e
    )

    Parameters

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