Click or drag to resize

NavigationManagerForceAnnounce Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Force the annoucer say a NavigationEvent. The annoucer must say it and may not skip it. This method is usually bound as NotificationDelegate of a Notification object.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void ForceAnnounce(
	Object sender,
	NavigationEvent evt
)

Parameters

sender
Type: SystemObject
The Notification object to whom this method is bound.
evt
Type: Telogis.GeoBase.NavigationNavigationEvent
The current NavigationEvent to be said by the announcer.
See Also