Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardCutUndoAction Class
Fields Properties Methods


In This Topic
    ClipboardCutUndoAction Class Members
    In This Topic

    The following tables list the members exposed by ClipboardCutUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ClipboardCutUndoAction class.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe index of the object in its collection. It is used to restore the object to correct index in its collection. (Inherited from FarPoint.Win.Chart.DeleteUndoAction)
    Protected FieldReference to the chart model from which the object is deleted. (Inherited from FarPoint.Win.Chart.DeleteUndoAction)
    Protected FieldThe object to be deleted. (Inherited from FarPoint.Win.Chart.DeleteUndoAction)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the index of the object in its collection. It is used to restore the object to correct index in its collection. (Inherited from FarPoint.Win.Chart.DeleteUndoAction)
    Public PropertyGets the object which is deleted. (Inherited from FarPoint.Win.Chart.DeleteUndoAction)
    Top
    Public Methods
     NameDescription
    Public MethodPerforms the undo action. (Inherited from FarPoint.Win.Chart.UndoAction)
    Public MethodPerforms the undo action. (Inherited from FarPoint.Win.Chart.DeleteUndoAction)
    Public MethodOverridden. Undoes the action.  
    Top
    Protected Methods
     NameDescription
    Protected MethodSaves undo state information. (Inherited from FarPoint.Win.Chart.DeleteUndoAction)
    Top
    See Also