DelegateCommand.Execute Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method Execute()
Executes the command.
Protected method Execute(Object)
Executes the command with the provided parameter by invoking the Action<T> supplied during construction.
(Inherited from DelegateCommandBase.)

See Also

DelegateCommand Class

DelegateCommand Members

Microsoft.Practices.Prism.Commands Namespace