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


OnMoveEventHandler Delegate (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help    

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
);