Table of Contents

Namespace StockSharp.Xaml.Diagram.GXDiagram.Model

Classes

ModelChangedEventArgs

This class represents a change to a model.

UndoManager

The UndoManager class observes and records model changes and supports undo and redo operations.

UndoManager.CompoundEdit

This class is used to hold a list of ModelChangedEventArgs that should be undone or redone all together because it represents the side-effects of a single logical operation, including user-driven events.

Interfaces

ICopyDictionary

A dictionary of data representing a set of nodes and links and their corresponding copies, used during the copying process.

IDataCollection

A serializable collection of data representing a set of nodes and links.

IDiagramModel

All diagram models implement this interface or an interface that inherits from this interface.