ClassUpdateActiveSelectionRangeCommand
Represents the command used to update the active selection range.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Commands
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class UpdateActiveSelectionRangeCommand : RadSheetEditorCommandBase<RadWorksheetEditor>, ICommand
Inheritance: objectRadSheetEditorCommandBase<RadWorksheetEditor>UpdateActiveSelectionRangeCommand
Implements:
Inherited Members
Constructors
UpdateActiveSelectionRangeCommand(RadWorksheetEditor)
Initializes a new instance of the UpdateActiveSelectionRangeCommand class.
Declaration
public UpdateActiveSelectionRangeCommand(RadWorksheetEditor associatedEditor)
Parameters
associatedEditor
The associated editor.
Methods
CanExecuteOverride(object)
Defines the method that determines whether the command can execute in its current state.
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
parameter
Data used by the command. If the command does not require data to be passed, this object can be set to null.
Returns
true if this command can be executed; otherwise, false.
Overrides
ExecuteOverride(object)
Defines the method to be called when the command is invoked.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
parameter
Data used by the command. If the command does not require data to be passed, this object can be set to null.
Overrides