CompositeCommand.Execute Method

Forwards Execute(Object) to the registered commands.

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

Syntax

public virtual void Execute(
    Object parameter
)
'Declaration
Public Overridable Sub Execute ( _
    parameter As Object _
)

Parameters

  • parameter
    Type: System.Object
    Data used by the command. If the command does not require data to be passed, this object can be set to nulla null reference (Nothing in Visual Basic).

Implements

ICommand.Execute(Object)

See Also

CompositeCommand Class

Microsoft.Practices.Prism.Commands Namespace