[Visual Basic .NET] Public Delegate Sub OnMoveEventHandler ( _ ByVal loc As IPoint _ )
[C#] public delegate void OnMoveEventHandler ( IPoint loc );