Determines whether this C1Command can execute in its current state.
Namespace:
C1.SilverlightAssembly: 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.