Share via


MonitorSelectionEventArgs.NewValue Property

Gets the new monitor selection value.

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

Syntax

'Declaration
Public ReadOnly Property NewValue As Object
    Get
'Usage
Dim instance As MonitorSelectionEventArgs
Dim value As Object

value = instance.NewValue
public Object NewValue { get; }
public:
property Object^ NewValue {
    Object^ get ();
}
function get NewValue () : Object
member NewValue : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

MonitorSelectionEventArgs Class

MonitorSelectionEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace