To demonstrate user notifications, a number of actions must be run in the correct order.
Sign on to the WpfErewhonApp application.
Run the BeginUserNotification action to register for user notifications.
Run the CauseUserEvent action. A message is displayed in the logging window, indicating a user event has been received.
Run the EndUserNotification action to stop receiving user notifications.
Sign off from the WpfErewhonApp application.
Examine the application code for comments that provide additional explanation.