Event fired when a SideShow device event occurs.
Note applicationEvent is not fully supported in Windows Sidebar.
Syntax
| Event property | System.Gadget.SideShow.applicationEvent = handler |
|---|
Event Handler Parameters
| handler |
Required.
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.
Applies To
See Also