SettingChangingEventArgs.NewValue 属性

定义

获取要分配给应用程序设置属性的新值。

public:
 property System::Object ^ NewValue { System::Object ^ get(); };
public object NewValue { get; }
member this.NewValue : obj
Public ReadOnly Property NewValue As Object

属性值

包含要分配给应用程序设置属性的新值的 Object

注解

属性的实际类型 NewValue 应与所设置的设置属性兼容。 后者可通过 PropertyType 类的 SettingsProperty 属性使用。

适用于

另请参阅