GraphUndoUnit.OnNextAdd Method
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.
Called when a new undo unit is added on top of this one on the undo stack.
public:
virtual void OnNextAdd();
public void OnNextAdd ();
abstract member OnNextAdd : unit -> unit
override this.OnNextAdd : unit -> unit
Public Sub OnNextAdd ()