Table of Contents

Constructor UndoData

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

UndoData(UndoOperation, object)

Initializes a new instance of the UndoData class with specified parameters.

public UndoData(UndoOperation operation, object data)

Parameters

operation UndoOperation

Specifies type of the operation that can be undone.

data object

The object stored within the UndoData.