MonitorSelectionEventArgs(Object, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.