Click or drag to resize

wclAudioDeviceStateChangedEvent Delegate

The Audio Switcher OnStateChanged event handler prototype.

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

Parameters

Sender  Object
The object initiates the event.
Id  String
The device ID.
State  wclAudioDeviceState
The new device state.
See Also