Class UpdateActiveSelectionRangeActiveCellCommand
Represents the command used to update the active cell of the active selection range.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets.Commands
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class UpdateActiveSelectionRangeActiveCellCommand : RadSheetEditorCommandBase<RadWorksheetEditor>, ICommand
Constructors
UpdateActiveSelectionRangeActiveCellCommand(RadWorksheetEditor)
Initializes a new instance of the UpdateActiveSelectionRangeActiveCellCommand class.
Declaration
public UpdateActiveSelectionRangeActiveCellCommand(RadWorksheetEditor associatedEditor)
Parameters
|
RadWorksheetEditor
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
|
System.Object
parameter
Data used by the command. If the command does not require data to be passed, this object can be set to null. |
Returns
|
System.Boolean
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
|
System.Object
parameter
Data used by the command. If the command does not require data to be passed, this object can be set to null. |