DelegateCommandBase.ICommand.Execute Method

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

Syntax

void ICommand.Execute(
    Object parameter
)
'Declaration
Private Sub Execute ( _
    parameter As Object _
) Implements ICommand.Execute

Parameters

Implements

ICommand.Execute(Object)

See Also

DelegateCommandBase Class

Microsoft.Practices.Prism.Commands Namespace