SideShowGadget.OnGadgetExit Method
Raises the GadgetExit event.
Namespace: Microsoft.SideShow
Assembly: Microsoft.SideShow (in microsoft.sideshow.dll)
Usage
Syntax
'Declaration
Protected Overridable Sub OnGadgetExit ( _
e As EventArgs _
)
protected virtual void OnGadgetExit (
EventArgs e
)
protected:
virtual void OnGadgetExit (
EventArgs^ e
)
protected void OnGadgetExit (
EventArgs e
)
protected function OnGadgetExit (
e : EventArgs
)
Parameters
- e
A EventArgs that contains the event data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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