Represents the RadSheetEditorBase delegate command.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Commands
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Type Parameters:
T
The RadSheetEditorBase.
Syntax:
C#
public class RadSheetEditorDelegateCommand<T> : RadSheetEditorCommandBase<T>, ICommand where T : RadSheetEditorBase
Inheritance: objectRadSheetEditorCommandBase<T>RadSheetEditorDelegateCommand<T>
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadSheetEditorDelegateCommand<T> class.
Methods
Defines the method that determines whether the command can execute in its current state.
Defines the method to be called when the command is invoked.
C#
protected override void ExecuteOverride(object parameter)
Data used by the command. If the command does not require data to be passed, this object can be set to null.
Overrides: