Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
OnMouseMove(Object,MouseEventArgs) Method
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class > OnMouseMove Method : OnMouseMove(Object,MouseEventArgs) Method



sender
An Object which invokes this handler.
e
A MouseEventArgs that contains the event data.
Occurs when the user moves the mouse over the control.

Syntax

Visual Basic (Declaration) 
Protected Overloads Overridable Sub OnMouseMove( _
   ByVal sender As Object, _
   ByVal e As MouseEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewer
Dim sender As Object
Dim e As MouseEventArgs
 
instance.OnMouseMove(sender, e)
C# 
protected virtual void OnMouseMove( 
   object sender,
   MouseEventArgs e
)
C++/CLI 
protected:
virtual void OnMouseMove( 
   Object^ sender,
   MouseEventArgs e
) 

Parameters

sender
An Object which invokes this handler.
e
A MouseEventArgs that contains the event data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also