DockControl.EndUndoUnit Method

DevZest WPF Docking

DockControlEndUndoUnit Method
Marks the end 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 EndUndoUnit()
Public Sub EndUndoUnit
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