Event raised when an extension is inserted or removed

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

Syntax

C#
public event EventHandler<WiimoteExtensionChangedEventArgs> WiimoteExtensionChanged
Visual Basic (Declaration)
Public Event WiimoteExtensionChanged As EventHandler(Of WiimoteExtensionChangedEventArgs)
Visual C++
public:
 event EventHandler<WiimoteExtensionChangedEventArgs^>^ WiimoteExtensionChanged {
	void add (EventHandler<WiimoteExtensionChangedEventArgs^>^ value);
	void remove (EventHandler<WiimoteExtensionChangedEventArgs^>^ value);
}

See Also