ApplicationConfigChangedEventArgs Class

Definition

Arguments passed to the event handler when application settings change

public ref class ApplicationConfigChangedEventArgs : EventArgs
public class ApplicationConfigChangedEventArgs : EventArgs
Public Class ApplicationConfigChangedEventArgs
Inherits EventArgs
Inheritance
ApplicationConfigChangedEventArgs

Properties

ApplicationUri

Uri of the application whose configuration settings were changed.

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.

NewConfig

An ApplicationConfiguration instance specifying the new configuration of the application.

OldConfig

An ApplicationConfiguration instance specifying the previous configuration of the application.

Applies to