ArcGIS Developer Help  (ESRI.ArcGIS.Editor)  

OnMoveEventHandler Delegate

Represents the method that handles the OnMove event.
[Visual Basic .NET]
Public Delegate Sub OnMoveEventHandler ( _
    ByVal loc As IPoint _
)
[C#]
public delegate void OnMoveEventHandler (
    IPoint loc
);