Share via


SideShowGadget.DeviceRemoved Event

Occurs when the association between the gadget and the device has ended.

Namespace: Microsoft.SideShow
Assembly: Microsoft.SideShow (in microsoft.sideshow.dll)

Usage

Syntax

'Declaration
Public Event DeviceRemoved As EventHandler(Of DeviceCapabilityEventArgs)
public event EventHandler<DeviceCapabilityEventArgs> DeviceRemoved
public:
event EventHandler<DeviceCapabilityEventArgs^>^ DeviceRemoved {
    void add (EventHandler<DeviceCapabilityEventArgs^>^ value);
    void remove (EventHandler<DeviceCapabilityEventArgs^>^ value);
}
/** @event */
public void add_DeviceRemoved (EventHandler<DeviceCapabilityEventArgs> value)

/** @event */
public void remove_DeviceRemoved (EventHandler<DeviceCapabilityEventArgs> value)

Platforms

Development Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

Target Platforms

Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate

See Also

Reference

SideShowGadget Class
SideShowGadget Members
Microsoft.SideShow Namespace