FarPoint.Win.Chart
UndoAction Class
Members  See Also 
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : UndoAction Class


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

Syntax

Visual Basic (Declaration) 
Public MustInherit Class UndoAction 
   Inherits Action
Visual Basic (Usage)Copy Code
Dim instance As UndoAction
C# 
public abstract class UndoAction : Action 

Inheritance Hierarchy

See Also