DelegateCommandBase.Execute Method

Executes the command with the provided parameter by invoking the Action<T> supplied during construction.

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

Syntax

protected void Execute(
    Object parameter
)
'Declaration
Protected Sub Execute ( _
    parameter As Object _
)

Parameters

See Also

DelegateCommandBase Class

Microsoft.Practices.Prism.Commands Namespace