Share via


MonitorSelectionEventArgs(Object, Object) Constructor

Definition

Constructor.

public:
 MonitorSelectionEventArgs(System::Object ^ oldValue, System::Object ^ newValue);
public MonitorSelectionEventArgs (object oldValue, object newValue);
new Microsoft.VisualStudio.Modeling.Shell.MonitorSelectionEventArgs : obj * obj -> Microsoft.VisualStudio.Modeling.Shell.MonitorSelectionEventArgs
Public Sub New (oldValue As Object, newValue As Object)

Parameters

oldValue
Object

Previous selection value.

newValue
Object

New selection value.

Applies to