menu

WinForms

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

    Show / Hide Table of Contents

    Interface IKeyCommand

    Provides the functionality for single command.

    Namespace: Syncfusion.Shared.Utils.KeyBinding
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IKeyCommand

    Properties

    Name

    Gets the name of the command.

    Declaration
    string Name { get; }
    Property Value
    Type
    System.String

    Methods

    Execute()

    Executes command.

    Declaration
    void Execute()

    Events

    ProcessCommand

    Occurs when command must be processed.

    Declaration
    event ProcessCommandEventHandler ProcessCommand
    Event Type
    Type
    ProcessCommandEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved