The ApplicationConfigChangedEventArgstype exposes the following members.

Properties

  Name Description
Public property ApplicationUri Uri of the application whose configuration settings were changed.
Public property InitialNotification A Boolean flag indicating whether the notification is the initial notification (true) or not (false). An initial notification is a side effect of the registration.
Public property NewConfig An ApplicationConfiguration instance specifying the new configuration of the application.
Public property OldConfig An ApplicationConfiguration instance specifying the previous configuration of the application.
Top

See also