Share via


PropertyChangedEventArgs.Value Property

Gets the value of the property that was changed.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property Value As String
    Get
    Private Set
'Usage
Dim instance As PropertyChangedEventArgs
Dim value As String

value = instance.Value
public string Value { get; private set; }
public:
property String^ Value {
    String^ get ();
    private: void set (String^ value);
}
function get Value () : String
private function set Value (value : String)
member Value : string with get, private set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PropertyChangedEventArgs Class

PropertyChangedEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace