MonitorSelectionEventArgs Constructor

Initializes a new instance of the MonitorSelectionEventArgs class.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public Sub New ( _
    oldValue As Object, _
    newValue As Object _
)
'使用
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
)

Parameters

Permissions

See Also

Reference

MonitorSelectionEventArgs Class

MonitorSelectionEventArgs Members

Microsoft.VisualStudio.Modeling.Shell Namespace