DockControl.BeginUndoUnit Method

DevZest WPF Docking

DockControlBeginUndoUnit Method
Marks the beginning of a reversible unit of work.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public void BeginUndoUnit()
Public Sub BeginUndoUnit
Remarks
Use BeginUndoUnit and EndUndoUnit in tandem. Calling BeginUndoUnit increases UndoUnitLevel by 1, and calling EndUndoUnit decreases UndoUnitLevel by 1. When UndoUnitLevel is greater than 0, all undoable operations are considered as one single reversible unit of work.
See Also