UndoManager.UndoItemDiscarded 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.
Event that is fired every time an undo item is discarded from the undo stack because the stack size exceeded the maximum number of undo items permitted.
public:
event EventHandler<Microsoft::VisualStudio::Modeling::UndoItemEventArgs ^> ^ UndoItemDiscarded;
public event EventHandler<Microsoft.VisualStudio.Modeling.UndoItemEventArgs> UndoItemDiscarded;
member this.UndoItemDiscarded : EventHandler<Microsoft.VisualStudio.Modeling.UndoItemEventArgs>
Public Event UndoItemDiscarded As EventHandler(Of UndoItemEventArgs)