Share via


RelayCommand Constructor (Generic Action)

Initializes a new instance of the RelayCommand class with the provided delegate

Syntax

public RelayCommand (
         Action<T> executeDelegate
)

Parameters

  • executeDelegate
    Type: Action<T>
    Delegate to be executed

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