DelegateCommand Class

An ICommand whose delegates do not take any parameters for Execute() and CanExecute().

Namespace: Microsoft.Practices.Prism.Commands
Assembly: Microsoft.Practices.Prism.Mvvm (in Microsoft.Practices.Prism.Mvvm.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

public class DelegateCommand : DelegateCommandBase
'Declaration
Public Class DelegateCommand
    Inherits DelegateCommandBase

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Commands.DelegateCommandBase
    Microsoft.Practices.Prism.Commands.DelegateCommand

See Also

DelegateCommand Members

Microsoft.Practices.Prism.Commands Namespace