MonitorSelectionEventArgs.OldValue Property
Gets the old 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 OldValue As Object
Get
'Usage
Dim instance As MonitorSelectionEventArgs
Dim value As Object
value = instance.OldValue
public Object OldValue { get; }
public:
property Object^ OldValue {
Object^ get ();
}
function get OldValue () : Object
member OldValue : Object
Property Value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MonitorSelectionEventArgs Class
MonitorSelectionEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace