This document is archived and information here might be outdated.  Recommended version.


IShapeConstructor.OnMouseMove Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

IShapeConstructor.OnMouseMove Method

Occurs when the mouse is moved when this constructor is active.

[Visual Basic .NET]
Public Sub OnMouseMove ( _
    ByVal Button As Integer, _
    ByVal shift As Integer, _
    ByVal X As Integer, _
    ByVal Y As Integer _
)
[C#]
public void OnMouseMove (
    int Button,
    int shift,
    int X,
    int Y
);

Product Availability

Available with ArcGIS Desktop.

See Also

IShapeConstructor Interface