UndoUnit.OnNextAdd Method

Definition

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.

public:
 virtual void OnNextAdd();
public void OnNextAdd ();
abstract member OnNextAdd : unit -> unit
override this.OnNextAdd : unit -> unit
Public Sub OnNextAdd ()

Implements

Applies to