UndoManager.UndoItemDiscarded Event

Definition

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) 

Event Type

Applies to