Determines whether this C1Command can execute in its current state.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public bool CanExecute(
	Object parameter,
	UIElement target
)
Visual Basic
Public Function CanExecute ( _
	parameter As Object, _
	target As UIElement _
) As Boolean

Parameters

parameter
Type: System..::..Object
A user defined data type.
target
Type: System.Windows..::..UIElement
The command target.

Return Value

True if the command can execute on the current command target; otherwise, False.

See Also