UndoManager.UndoStackFlushed 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 undo stack is flushed
public:
event EventHandler<EventArgs ^> ^ UndoStackFlushed;
public event EventHandler<EventArgs> UndoStackFlushed;
member this.UndoStackFlushed : EventHandler<EventArgs>
Public Event UndoStackFlushed As EventHandler(Of EventArgs)