Represents the command used to update the active selection range.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Commands
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class UpdateActiveSelectionRangeCommand : RadSheetEditorCommandBase<RadWorksheetEditor>, ICommand
Inheritance: objectRadSheetEditorCommandBase<RadWorksheetEditor>UpdateActiveSelectionRangeCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the UpdateActiveSelectionRangeCommand class.
C#
public UpdateActiveSelectionRangeCommand(RadWorksheetEditor associatedEditor)
The associated editor.
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: