DelegateCommand Class

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

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

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

Microsoft.Practices.Prism.Commands.DelegateCommandBase

Microsoft.Practices.Prism.Commands.DelegateCommand<T>