UndoManager.RedoStackFlushed Event
Allows clients to receive an event when the redo stack is flushed
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Event RedoStackFlushed As EventHandler(Of RedoStackFlushedEventArgs)
public event EventHandler<RedoStackFlushedEventArgs> RedoStackFlushed
public:
event EventHandler<RedoStackFlushedEventArgs^>^ RedoStackFlushed {
void add (EventHandler<RedoStackFlushedEventArgs^>^ value);
void remove (EventHandler<RedoStackFlushedEventArgs^>^ value);
}
member RedoStackFlushed : IEvent<EventHandler<RedoStackFlushedEventArgs>,
RedoStackFlushedEventArgs>
JScript does not support events.
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.
.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.