ViewStateChangedEventArgs::NewValue Property

.NET Framework (current version)
 

Gets the new value for the key in the current attribute key/value pair.

Namespace:   System.Activities.Presentation.View
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property Object^ NewValue {
	Object^ get();
}

Property Value

Type: System::Object^

An object that contains a key value.

.NET Framework
Available since 4.0
Return to top
Show: