AvalonEdit
OnMouseMove Method (e)
NamespacesICSharpCode.AvalonEdit.EditingLineNumberMarginOnMouseMove(MouseEventArgs)
Invoked when an unhandled 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.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnMouseMove(
	MouseEventArgs e
)
Protected Overrides Sub OnMouseMove ( _
	e As MouseEventArgs _
)
protected:
virtual void OnMouseMove(
	MouseEventArgs^ e
) override
Parameters
e (MouseEventArgs)
The MouseEventArgs that contains the event data.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238