Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoRedoEventArgs Class / UndoRedo Property


In This Topic
    UndoRedo Property
    In This Topic
    Gets a value indicating whether it is a undo or redo action.
    Syntax
    'Declaration
     
    Public ReadOnly Property UndoRedo As UndoRedoOperation
    'Usage
     
    Dim instance As UndoRedoEventArgs
    Dim value As UndoRedoOperation
     
    value = instance.UndoRedo
    public UndoRedoOperation UndoRedo {get;}

    Property Value

    The undo redo.
    See Also