GraphUndoUnit.Apply 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.
Overloads
Apply() |
Applies the undo unit. |
Apply(Action) |
Performs this undo or redo operation. |
Apply()
Applies the undo unit.
public:
virtual void Apply();
public void Apply ();
abstract member Apply : unit -> unit
override this.Apply : unit -> unit
Public Sub Apply ()
Implements
Applies to
Apply(Action)
Performs this undo or redo operation.
public:
virtual void Apply(Action ^ action);
public virtual void Apply (Action action);
abstract member Apply : Action -> unit
override this.Apply : Action -> unit
Public Overridable Sub Apply (action As Action)
Parameters
- action
- Action
Action to perform inside to apply changes and update state. Called from inside a graph transaction