ImageGear .NET
OnMouseMove Method (PageView)




The System.Windows.Input.MouseEventArgs that contains the event data.
Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
protected override void OnMouseMove( 
   MouseEventArgs e
)
protected: void OnMouseMove( 
   MouseEventArgs* e
) override 
protected:
void OnMouseMove( 
   MouseEventArgs^ e
) override 
'Declaration
 
Protected Overrides Sub OnMouseMove( _
   ByVal e As MouseEventArgs _
) 
 
'Usage
 
Dim instance As PageView
Dim e As MouseEventArgs
 
instance.OnMouseMove(e)

Parameters

e
The System.Windows.Input.MouseEventArgs that contains the event data.
See Also

Reference

PageView Class
PageView Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback