Gets or sets the new value for the property.
[Visual Basic] Protected Property NewValue As Object [C#] protected object NewValue {get; set;} [C++] protected: __property Object* get_NewValue(); protected: __property void set_NewValue(Object*); [JScript] protected function get NewValue() : Object; protected function set NewValue(Object);
The new value for the property.
PropertyChangeActionUnit Class | PropertyChangeActionUnit Members | System.ComponentModel.Design Namespace