Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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