FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / IUndoableAction Interface / SaveNewState Method

In This Topic
    SaveNewState Method (IUndoableAction)
    In This Topic
    Saves the state after the action (the state before should be saved in the constructor).
    Syntax
    'Declaration
     
    
    Function SaveNewState() As Boolean
    bool SaveNewState()
    See Also