Click or drag to resize

AbstractWorksheetControllerCommandCanExecute Method

Determines if the command can be executed.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool CanExecute(
	Object parameter
)

Parameters

parameter  Object
The parameter (context of the command).

Return Value

Boolean
True if either the parameter or the ActiveViewContent of the workbench is a WorksheetController.

Implements

ICommandCanExecute(Object)
See Also