Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SettingChangingEventArgs::NewValue Property

 

Gets the new value being assigned to the application settings property.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
property Object^ NewValue {
	Object^ get();
}

Property Value

Type: System::Object^

An Object that contains the new value to be assigned to the application settings property.

The actual type of the NewValue property should be compatible with the settings property being set. The latter is available though the PropertyType property of the SettingsProperty class.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft