Click or drag to resize

AnnouncerSoundDelegate Delegate

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A delegate used for handling events related to a sound.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public delegate void SoundDelegate(
	AnnouncerPlayItem item,
	string sound
)

Parameters

item
Type: Telogis.GeoBase.Navigation.AnnouncementsAnnouncerPlayItem
The associated play item.
sound
Type: SystemString
The associated sound name.
See Also