[]
        
(Showing Draft Content)

FarPoint.Win.Chart.UndoAction

UndoAction Class

Represents the actions in the component for which the user can perform an undo or redo.

Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public abstract class UndoAction : Action
Public MustInherit Class UndoAction
    Inherits Action

Constructors

Name Description
UndoAction()

Methods

Name Description
PerformAction(object)

Performs the undo action.

PerformUndoAction(object)

Performs the undo action.

SaveUndoState()

Saves undo state information.

Undo(object)

Undoes the action.