IMonitorSelectionService.UndoManagerChanged Event
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.
Called when the current undo manager changes
public:
event EventHandler<Microsoft::VisualStudio::Modeling::Shell::MonitorSelectionEventArgs ^> ^ UndoManagerChanged;
event EventHandler<Microsoft.VisualStudio.Modeling.Shell.MonitorSelectionEventArgs> UndoManagerChanged;
member this.UndoManagerChanged : EventHandler<Microsoft.VisualStudio.Modeling.Shell.MonitorSelectionEventArgs>
Event UndoManagerChanged As EventHandler(Of MonitorSelectionEventArgs)