Share via


PropertyValueChangedEventArgs<T>.Value Property

Gets the value of the property changed.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property Value As T
public T Value { get; }
public:
property T Value {
    T get ();
}
public function get Value () : T

See Also

PropertyValueChangedEventArgs<T> Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace