WiimoteExtensionChangedEventArgs Constructor

WiimoteLib

Constructor

Namespace:  WiimoteLib
Assembly:  WiimoteLib (in WiimoteLib.dll)
Version: 1.2.1.0 (1.2.1.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: WiimoteLib..::.ExtensionType
The extension type inserted or removed
inserted
Type: System..::.Boolean
Whether the extension was inserted or removed

See Also