UndoManager.RedoStackFlushed 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.
Allows clients to receive an event when the redo stack is flushed
public:
event EventHandler<Microsoft::VisualStudio::Modeling::RedoStackFlushedEventArgs ^> ^ RedoStackFlushed;
public event EventHandler<Microsoft.VisualStudio.Modeling.RedoStackFlushedEventArgs> RedoStackFlushed;
member this.RedoStackFlushed : EventHandler<Microsoft.VisualStudio.Modeling.RedoStackFlushedEventArgs>
Public Event RedoStackFlushed As EventHandler(Of RedoStackFlushedEventArgs)
Event Type
Remarks
The RedoStackFlushed event w/IsUndoStackAltered set true, will always follow the UndoStackFlushed event. Listening for the RedoStackFlushed event is useful in the case that it's IsUndoStackAltered argument is set false. This indicates that the redo stack is being flushed seperately from the entire undo stack.