Click or drag to resize

wclAudioDeviceEvent Delegate

The Audio Switcher OnDeviceAdded and OnDeviceRemoved events handler prototype.

Namespace: wclAudio
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclAudioDeviceEvent(
	Object Sender,
	string Id
)

Parameters

Sender  Object
The object initiates the event.
Id  String
The device ID.
See Also