UndoUnit.OnNextAdd Method

Called when a new undo unit is added on top of this one on the undo stack. We don't need to do anything here.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public Sub OnNextAdd
public void OnNextAdd()
public:
virtual void OnNextAdd() sealed
abstract OnNextAdd : unit -> unit  
override OnNextAdd : unit -> unit
public final function OnNextAdd()

Implements

IOleUndoUnit.OnNextAdd()

.NET Framework Security

See Also

Reference

UndoUnit Class

Microsoft.VisualStudio.Modeling.Shell Namespace