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


IEditToolEvents.OnMove Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditToolEvents Interface > IEditToolEvents.OnMove Event
ArcGIS Developer Help

IEditToolEvents.OnMove Event

Called when mouse moves while left mouse button is depressed.

[Visual Basic .NET]
Public Event OnMove As OnMoveEventHandler
[C#]
public event OnMoveEventHandler OnMove

Product Availability

Available with ArcGIS Desktop.

Remarks

This event is fired in conjuction with the Edit Tool.

In order for this event to fire, the user must 1) have the Edit Tool set as the active tool, 2) have the left mouse button depressed, 3) have at least one feature selected, and 4) be moving over the map.

See Also

IEditToolEvents Interface | IDatasetEdit Interface | IDatasetEditInfo Interface | IEditSketch Interface | IEditTask.Activate Method | IEditor Interface | IEditTask.Deactivate Method | ISnapEnvironment Interface | IEditEvents2 Interface | IEditLayers Interface | IEditEvents Interface | IEditTask.Name Property | Editor Class | Editor Library | IEditTask.OnFinishSketch Method | IEditAttributeProperties Interface | IEditTask.OnDeleteSketch Method | IEditProperties Interface | EditTool Class | IEditTool Interface