WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RedoCommand

    Show / Hide Table of Contents

    Class RedoCommand

    Defines the command for redo the changes.

    Inheritance
    System.Object
    RedoCommand
    Implements
    System.Windows.Input.ICommand
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class RedoCommand : 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 Description
    System.EventHandler

    Implements

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