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