Click or drag to resize

DocumentEdit Class

Abstract class representing any undoable edit to a document.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsDocumentEdit
    Demo3D.VisualsDocumentVisualsEdit

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public abstract class DocumentEdit : IUndoableEdit

The DocumentEdit type exposes the following members.

Constructors
  NameDescription
Protected methodDocumentEdit
Constructor for a document edit.
Top
Properties
  NameDescription
Public propertyDocument
The document that contains the edit.
Top
Methods
  NameDescription
Public methodRedo
Executed when redo is called on this edit from the UndoManager
Public methodUndo
Executed when undo is called on this edit from the UndoManager
Top
See Also