MonitorSelectionEventArgs Class

Represents event arguments for MonitorSelection changes.

This API is not CLS-compliant. The CLS-compliant alternative is .

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class MonitorSelectionEventArgs _
    Inherits EventArgs
'Usage
Dim instance As MonitorSelectionEventArgs
[CLSCompliantAttribute(false)]
public class MonitorSelectionEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class MonitorSelectionEventArgs : public EventArgs
public class MonitorSelectionEventArgs extends EventArgs
[<CLSCompliantAttribute(false)>]
type MonitorSelectionEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Common.UI.MonitorSelectionEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MonitorSelectionEventArgs Members

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