NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentChangedEventArgs.NewValue

Gets or sets the new value of the changed member.

[Visual Basic]
Public ReadOnly Property NewValue As Object
[C#]
public object NewValue {get;}
[C++]
public: __property Object* get_NewValue();
[JScript]
public function get NewValue() : Object;

Property Value

The new value of the changed member.

Remarks

This property has meaning only if member is not a null reference (in Visual Basic Nothing).

See Also

ComponentChangedEventArgs Class | ComponentChangedEventArgs Members | System.ComponentModel.Design Namespace