Click or drag to resize
weroSoft AG, Software
DelegatingCommandCanExecute Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the method that determines whether the command can execute in its current state.

Namespace:  WeroSoft.Windows
Assembly:  WeroSoft.Windows.Library (in WeroSoft.Windows.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public virtual bool CanExecute(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Data used by the command. If the command does not require data to be passed, this object can be set to null.

Return Value

Type: Boolean
True if the command can be executed; otherwise false.

Implements

ICommandCanExecute(Object)
See Also