Occurs when the distance from the current GPS location to the navigation target is less than or equal to the navigation range.
The distance from the current GPS to the navigation target is returned by the Distance property of the Navigation object. The navigation range is returned by the Range property of the Navigation object.
Use this event to write code that performs the desired action when the current GPS location is less then or equal to the navigation range.