Determines whether this
C1Command can execute in its current state.
'Declaration
Public Function CanExecute( _
ByVal As System.Object, _
ByVal As Windows.UI.Xaml.UIElement _
) As System.Boolean
public System.bool CanExecute(
System.object ,
Windows.UI.Xaml.UIElement
)
Parameters
- parameter
- A user defined data type.
- target
- The command target.
Return Value
True if the command can execute on the current command target; otherwise, False.