Events library (Events.dll v.1.0.0.0) lets you get notifications for different system events. In order to get notifications for an event you must subscribe to that particular event.
The following events are supported:
DisplaySettingsChanging,
DisplaySettingsChanged,
InstalledFontsChanged,
LowMemory,
PaletteChanged,
PowerModeChanged,
SessionSwitch,
SessionEnding,
SessionEnded,
TimeChanged,
UserPreferenceChanging,
UserPreferenceChanged
I plan to add more events in the future.
Actions:
Events.Subscribe
Events.Unsubscribe
Events.GetEventData
Events.GetEventCount
Events.GetError
Always unsubscribe from the events where you are subscribed when you're done.
Download Events.v.1.0.0.0.
Contents:
1.Events.xml // Actions. Drop this to actions folder. C:\Program Files\AutoPlay Media Studio 5.0 Professional\Data\Actions.
2.Events.Blank.Project.apt // Template project. Drop this to template folder. C:\Program Files\AutoPlay Media Studio 5.0 Professional\Templates.
3.Events.Demo.apz // A very basic demo project to see what it does.
.Net 2.0 required.
With Kind Regards
sside

