Share via


RelayCommand Constructor (Action)

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

Syntax

public RelayCommand (
         Action executeDelegate
)

Parameters

  • executeDelegate
    Type: Action
    Delegate to be executed.

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