OnMouseMove Method

Summary

Occurs when the user moves the mouse over the control.

Syntax

C#
C++/CLI
C++
protected override void OnMouseMove( 
   MouseEventArgs e 
) 
protected: 
void OnMouseMove(  
   MouseEventArgs^ e 
) override  
protected:  
   virtual void OnMouseMove( 
      MouseEventArgs^ e 
   ) override 

Parameters

e
A MouseEventArgs that contains the event data.

Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class

RasterImageViewer Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.