Allows for asynchronous WiimoteChanged event handling.

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public delegate void UpdateWiimoteStateHandler(
	WiimoteChangedEventArgs args
)
Visual Basic (Declaration)
Public Delegate Sub UpdateWiimoteStateHandler ( _
	args As WiimoteChangedEventArgs _
)
Visual C++
public delegate void UpdateWiimoteStateHandler(
	WiimoteChangedEventArgs^ args
)

Parameters

args
Type: Bespoke.Common.Wiimote..::.WiimoteChangedEventArgs
The WiimoteChangedEventArgs that contains the event data.

See Also