Base interface for a command that can be executed.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface ICommand
Visual Basic
Public Interface ICommand

Remarks

This interface is a replacement for the identically named interface in WPF and Silverlight.

See Also