Click or drag to resize

RelayCommandExecute Method

Executes the action behind this command.

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
public void Execute(
	Object parameter
)

Parameters

parameter
Type: SystemObject
This parameter will always be ignored.

Implements

ICommandExecute(Object)
See Also