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: