Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DeleteUndoAction Class
Members


In This Topic
    DeleteUndoAction Class
    In This Topic
    Represents an undo action for deleting an object. Object could be a label, legend, plot area or seriesInfo
    Syntax
    'Declaration
     
    
    Public Class DeleteUndoAction 
       Inherits UndoAction
    'Usage
     
    
    Dim instance As DeleteUndoAction
    public class DeleteUndoAction : UndoAction 
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Chart.Action
          FarPoint.Win.Chart.UndoAction
             FarPoint.Win.Chart.DeleteUndoAction
                FarPoint.Win.Chart.ClipboardCutUndoAction

    See Also