Ends grouping up editing actions.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public void EndUndo()
Visual Basic
Public Sub EndUndo

Remarks

Call of this method stops grouping up editing actions. After call of this method, this method does nothing until BeginUndo. method was called.

See Also