Table of Contents

Method OpenGroup

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

OpenGroup(string, ICollection<DesignItem>)

Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system.

public abstract ChangeGroup OpenGroup(string changeGroupTitle, ICollection<DesignItem> affectedItems)

Parameters

changeGroupTitle string
affectedItems ICollection<DesignItem>

Returns

ChangeGroup