DelegateCommand Constructor

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method DelegateCommand(Action)
Creates a new instance of DelegateCommand with the Action to invoke on execution.
Public method DelegateCommand(Action, Func<Boolean>)
Creates a new instance of DelegateCommand with the Action to invoke on execution and a Func to query for determining if the command can execute.

See Also

DelegateCommand Class

DelegateCommand Members

Microsoft.Practices.Prism.Commands Namespace