Triggered when the DistanceResources component fails to resolve the position.
Note:
You should bind a handler to this event if you want to display an error message to the end user, or hide components that cannot be used.
Triggered when the DistanceResources component successfully resolves the position.
All onPositionResolved event handlers receive a PositionResolvedEventArgs
object as an argument.
Triggered when the DistanceResources component tries to resolve the position.
All onResolvingPosition event handlers receive a
ResolvingPositionEventArgs object as an argument.
Note:
You should bind a handler to this event if you want to register one or several new position providers.
The
DistanceEventsstatic class contains the string definitions of all events related to distance list.See Events.