MonitorSelectionServiceHelper.SelectionChanged Event
Called when selection changes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Event SelectionChanged As EventHandler(Of MonitorSelectionEventArgs)
'Usage
Dim instance As MonitorSelectionServiceHelper
Dim handler As EventHandler(Of MonitorSelectionEventArgs)
AddHandler instance.SelectionChanged, handler
public event EventHandler<MonitorSelectionEventArgs> SelectionChanged
public:
event EventHandler<MonitorSelectionEventArgs^>^ SelectionChanged {
void add (EventHandler<MonitorSelectionEventArgs^>^ value);
void remove (EventHandler<MonitorSelectionEventArgs^>^ value);
}
JScript does not support events.
member SelectionChanged : IEvent<EventHandler<MonitorSelectionEventArgs>,
MonitorSelectionEventArgs>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MonitorSelectionServiceHelper Class
MonitorSelectionServiceHelper Members
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace