ArcObjects Library Reference (Editor)  

IEditToolEvents.OnBeginMove Event

Called when the mouse button is first depressed.

[Visual Basic .NET]
Public Event OnBeginMove As OnBeginMoveEventHandler
[C#]
public event OnBeginMoveEventHandler OnBeginMove

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 one or more features selected and 4) start to move over the map.

See Also

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