MonitorSelectionServiceHelper.DocumentWindowChanged Event
Called when the document window 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 DocumentWindowChanged As EventHandler(Of MonitorSelectionEventArgs)
'Usage
Dim instance As MonitorSelectionServiceHelper
Dim handler As EventHandler(Of MonitorSelectionEventArgs)
AddHandler instance.DocumentWindowChanged, handler
public event EventHandler<MonitorSelectionEventArgs> DocumentWindowChanged
public:
event EventHandler<MonitorSelectionEventArgs^>^ DocumentWindowChanged {
void add (EventHandler<MonitorSelectionEventArgs^>^ value);
void remove (EventHandler<MonitorSelectionEventArgs^>^ value);
}
JScript does not support events.
member DocumentWindowChanged : 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