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 |
---|
System.Boolean |
Execute(Object)
Declaration
void Execute(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter |