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


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

OnBeginMoveEventHandler Delegate

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