MonitorSelectionServiceHelper.UndoManagerChanged Event

Called when the current undo manager 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 UndoManagerChanged As EventHandler(Of MonitorSelectionEventArgs)
'Usage
Dim instance As MonitorSelectionServiceHelper
Dim handler As EventHandler(Of MonitorSelectionEventArgs)

AddHandler instance.UndoManagerChanged, handler
public event EventHandler<MonitorSelectionEventArgs> UndoManagerChanged
public:
 event EventHandler<MonitorSelectionEventArgs^>^ UndoManagerChanged {
    void add (EventHandler<MonitorSelectionEventArgs^>^ value);
    void remove (EventHandler<MonitorSelectionEventArgs^>^ value);
}
JScript does not support events.
member UndoManagerChanged : IEvent<EventHandler<MonitorSelectionEventArgs>,
    MonitorSelectionEventArgs>

.NET Framework Security

See Also

Reference

MonitorSelectionServiceHelper Class

MonitorSelectionServiceHelper Members

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