Share via


MonitorSelectionEventArgs Constructor

Initializes a new instance of the MonitorSelectionEventArgs class.

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

Syntax

'Declaration
Public Sub New ( _
    oldValue As Object, _
    newValue As Object _
)
'Usage
Dim oldValue As Object
Dim newValue As Object

Dim instance As New MonitorSelectionEventArgs(oldValue, _
    newValue)
public MonitorSelectionEventArgs(
    Object oldValue,
    Object newValue
)
public:
MonitorSelectionEventArgs(
    Object^ oldValue, 
    Object^ newValue
)
public function MonitorSelectionEventArgs(
    oldValue : Object, 
    newValue : Object
)
new : 
        oldValue:Object * 
        newValue:Object -> MonitorSelectionEventArgs

Parameters

.NET Framework Security

See Also

Reference

MonitorSelectionEventArgs Class

MonitorSelectionEventArgs Members

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