ArcObjects Library Reference (Editor)  

IEditToolEvents.OnFinishMove Event

Called when the left mouse button is released.

[Visual Basic 6.0]
Event OnFinishMove(
    ByVal loc As IPoint _
)
[Visual Basic .NET]
Public Event OnFinishMove As OnFinishMoveEventHandler
[C#]
public event OnFinishMoveEventHandler OnFinishMove

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 at least one feature selected, and 3) release the left mouse button after having been moving around the map.

See Also

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