Click or drag to resize

wclWiiRemoteClassicControllerChangedEvent Delegate

The Wii Remote OnClassicControllerChanged event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclWiiRemoteClassicControllerChangedEvent(
	Object Sender,
	wclWiiRemoteClassicController Controller
)

Parameters

Sender  Object
The object initiates the event.
Controller  wclWiiRemoteClassicController
The current state of the Wii Remote Classic Controller extension.
See Also