Share via


RelayCommand.CanExecute Method

Evaluates whether the command can currently execute

Syntax

public bool CanExecute (
         Object parameter
)

Parameters

  • parameter
    Type: Object
    Context of type T used for evaluating the current possibility of execution

Return Value

Type: Boolean
True if the command can currently execute, false otherwise

Requirements

Namespace: Microsoft.Kinect.Toolkit

Assembly: Microsoft.Kinect.Toolkit (in microsoft.kinect.toolkit.dll)

See Also

Reference

RelayCommand Generic Class
RelayCommand Members
Microsoft.Kinect.Toolkit Namespace