Share via


Implementing Notifications

Notifications are a method of informing a user and applications that an event has occurred. When an application is registered for specific event notification, Microsoft® Windows® CE .NET generates a notification when that event occurs. The type of notification that is generated depends on the hardware capabilities of the particular device. For example, one device may notify a user that a meeting is set to occur by sounding an alarm, while a different device may activate a vibrating mechanism.

To receive notifications, an application must register the following information with the system:

  • The application name.
  • An event trigger specifying the event that should activate the notification.

Optionally, an application can also register user interface (UI) parameters that determine how the system should present the notification to a user. Once registered, an application is ready to receive notifications.

In This Section

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.