WinForms

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

    Show / Hide Table of Contents

    Interface ICommand

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

    Methods

    CanExecute(Object)

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

    Execute(Object)

    Declaration
    void Execute(object parameter)
    Parameters
    Type Name Description
    System.Object parameter
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved