Constructor

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

Syntax

C#
public WiimoteChangedEventArgs(
	WiimoteState ws
)
Visual Basic (Declaration)
Public Sub New ( _
	ws As WiimoteState _
)
Visual C++
public:
WiimoteChangedEventArgs(
	WiimoteState^ ws
)

Parameters

ws
Type: Bespoke.Common.Wiimote..::.WiimoteState
Wiimote state

See Also