alexa

    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