Share via


RelayCommand.CanExecute Method

Evaluates whether the command can currently execute

Syntax

public bool CanExecute (
         Object parameter
)

Parameters

  • parameter
    Type: Object
    True if the command can currently execute, false otherwise.

Return Value

Type: Boolean
ICommand required parameter that is ignored.

Requirements

Namespace: Microsoft.Kinect.Toolkit

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

See Also

Reference

RelayCommand Class
RelayCommand Members
Microsoft.Kinect.Toolkit Namespace