Table of Contents

Method Start

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

Start(ICollection<DesignItem>, PlacementType)

Starts a new placement operation that changes the placement of placedItems.

public static PlacementOperation Start(ICollection<DesignItem> placedItems, PlacementType type)

Parameters

placedItems ICollection<DesignItem>

The items to be placed.

type PlacementType

The type of the placement.

Returns

PlacementOperation

A PlacementOperation object.

Remarks

You MUST call either Abort() or Commit() on the returned PlacementOperation once you are done with it, otherwise a ChangeGroup will be left open and Undo/Redo will fail to work!