ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / OnMouseLeave Method
An System.EventArgs that contains the event data.

In This Topic
    OnMouseLeave Method (C1Sizer)
    In This Topic
    Raises the System.Windows.Forms.Control.MouseLeave event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnMouseLeave( _
       ByVal e As System.EventArgs _
    ) 
    protected override void OnMouseLeave( 
       System.EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also