SideShowGadget.AllDevicesRemoved Event

Occurs when the user has disconnected all devices from the gadget.

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

Usage

Syntax

'Declaration
Public Event AllDevicesRemoved As EventHandler
public event EventHandler AllDevicesRemoved
public:
event EventHandler^ AllDevicesRemoved {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_AllDevicesRemoved (EventHandler value)

/** @event */
public void remove_AllDevicesRemoved (EventHandler 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