UndoManager.RedoStackFlushed Event

Definition

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.

Applies to