Determines whether this C1Command can execute in its current state.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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