Share via


CommandBehaviorBase<T>.ExecuteCommand Method

Executes the command, if it's set, providing the CommandParameter

Namespace:  Microsoft.Practices.Composite.Presentation.Commands
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Protected Overridable Sub ExecuteCommand
protected virtual void ExecuteCommand()
protected:
virtual void ExecuteCommand()
function executeCommand();

See Also

CommandBehaviorBase<T> Class

Microsoft.Practices.Composite.Presentation.Commands Namespace