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;
The new value of the changed member.
This property has meaning only if member is not a null reference (in Visual Basic Nothing).
ComponentChangedEventArgs Class | ComponentChangedEventArgs Members | System.ComponentModel.Design Namespace