SideShowGadget.GadgetEnter Event

Occurs when the user enters the gadget on the device.

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

Usage

Syntax

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

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