Constructor

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

Syntax

C#
public WiimoteExtensionChangedEventArgs(
	ExtensionType type,
	bool inserted
)
Visual Basic (Declaration)
Public Sub New ( _
	type As ExtensionType, _
	inserted As Boolean _
)
Visual C++
public:
WiimoteExtensionChangedEventArgs(
	ExtensionType type, 
	bool inserted
)

Parameters

type
Type: Bespoke.Common.Wiimote..::.ExtensionType
The extension type inserted or removed
inserted
Type: System..::.Boolean
Whether the extension was inserted or removed

See Also