Arguments passed to the event handler when application settings change

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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

See also