Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / OnMouseMove Method
A System.Windows.Forms.MouseEventArgs that contains the event data.


In This Topic
    OnMouseMove Method (FpChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMouseMove( _
       ByVal e As MouseEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpChart
    Dim e As MouseEventArgs
     
    instance.OnMouseMove(e)
    protected override void OnMouseMove( 
       MouseEventArgs e
    )

    Parameters

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