menu

Document Processing

RedoCommand Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    RedoCommand Class

    Defines the command for redo the changes.

    Inheritance
    System.Object
    RedoCommand
    Implements
    System.Windows.Input.ICommand
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class RedoCommand : Object, ICommand

    Methods

    CanExecute(Object)

    Determines whether this RedoCommand can execute in its current state.

    Declaration
    public bool CanExecute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    A user defined data type.

    Returns
    Type Description
    System.Boolean

    true if the command can execute;; otherwise, false.

    Execute(Object)

    Executes the RedoCommand

    Declaration
    public void Execute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter

    User defined parameter to be passed to the handler.

    Events

    CanExecuteChanged

    Occurs when changes to the command source are detected by the command manager.

    Declaration
    public event EventHandler CanExecuteChanged
    Event Type
    Type
    System.EventHandler

    Implements

    System.Windows.Input.ICommand
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved