System.Gadget.SideShow.applicationEvent event

[The Windows Gadget Platform/Sidebar is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. ]

Event fired when a SideShow device event occurs.

Note

applicationEvent is not fully supported in Windows Sidebar.

Syntax

iRetVal = System.Gadget.SideShow.applicationEvent(
  handler
)

Parameters

handler

The name of the function to call when the event is fired.

Remarks

Three SideShow application events are sent to the computer when it is online: navigation events, menu action events, and context menu action events.

Verify that System.Gadget.SideShow.enabled returns true before using other System.Gadget.SideShow object members.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008
Header
Windowssideshowapi.h
IDL
Sidebar.idl
DLL
Sidebar.Exe (version 1.00 or later)

See also

System.Gadget.SideShow

Other Resources

Windows SideShow: MSDN

Windows SideShow: Windows Hardware Developer Central