Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class


In This Topic
    UndoRedoManager Class Events
    In This Topic

    For a list of all members of this type, see UndoRedoManager members.

    Public Events
     NameDescription
    Public EventOccurs when the undo or redo action is complete.  
    Public EventOccurs when the undo or redo action is performing, users can cancel this action. Actions are cancelled are not added to the undo list.  
    Public EventOccurs when the redo action is complete.  
    Public EventOccurs when the redo action is performing, user can cancel this redo action. Cancelled redo action are not added to undo list and are not removed from redo list.  
    Public EventOccurs when the undo action is complete.  
    Public EventOccurs when the undo action is performing, user can cancel this undo action. Cancelled undo action are not added to redo list and are not removed from undo list.  
    Top
    See Also