Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / SaveUndoState Method


In This Topic
    SaveUndoState Method (CellDragDropUndoAction)
    In This Topic
    This implemenation does nothing, since undo state is passed to the constructor.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SaveUndoState() As Boolean
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As Boolean
     
    value = instance.SaveUndoState()
    protected override bool SaveUndoState()

    Return Value

    Boolean: true if successful; false otherwise
    See Also