UndoManager.UndoItemAdded Event

Definition

Event that is fired every time an undo item is added to the undo stack

public:
 event EventHandler<Microsoft::VisualStudio::Modeling::UndoItemEventArgs ^> ^ UndoItemAdded;
public event EventHandler<Microsoft.VisualStudio.Modeling.UndoItemEventArgs> UndoItemAdded;
member this.UndoItemAdded : EventHandler<Microsoft.VisualStudio.Modeling.UndoItemEventArgs> 
Public Event UndoItemAdded As EventHandler(Of UndoItemEventArgs) 

Event Type

Applies to