Notifications

To demonstrate user notifications, a number of actions must be run in the correct order.

  1. Sign on to the WpfErewhonApp application.

  2. Run the BeginUserNotification action to register for user notifications.

  3. Run the CauseUserEvent action. A message is displayed in the logging window, indicating a user event has been received.

  4. Run the EndUserNotification action to stop receiving user notifications.

  5. Sign off from the WpfErewhonApp application.

Examine the application code for comments that provide additional explanation.