menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICommand - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICommand

    User must implement this interface to perform specified actions for UnDo\ReDo.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface ICommand

    Methods

    Execute()

    Executes action.

    Declaration
    void Execute()

    Reverse()

    Reverses command.

    Declaration
    void Reverse()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved