Click or drag to resize

wclWiiRemoteDrumsChangedEvent Delegate

The Wii Remote OnDrumsChanged event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclWiiRemoteDrumsChangedEvent(
	Object Sender,
	wclWiiRemoteDrums Drums
)

Parameters

Sender  Object
The object initiates the event.
Drums  wclWiiRemoteDrums
The current state of the Drums extension.
See Also