Click or drag to resize
weroSoft AG, Software
MoveUpCommandCanExecute Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Check whether the command can be executed.

Namespace:  WeroSoft.Triton.Desktop.Controls
Assembly:  WeroSoft.Triton.Control.Library (in WeroSoft.Triton.Control.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public override bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject

[Missing <param name="parameter"/> documentation for "M:WeroSoft.Triton.Desktop.Controls.MoveUpCommand.CanExecute(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:WeroSoft.Triton.Desktop.Controls.MoveUpCommand.CanExecute(System.Object)"]

Implements

ICommandCanExecute(Object)
See Also