AsyncDelegateCommandTExecute Method

Execute the command.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public void Execute(
	Object parameter
)

Parameters

parameter  Object
Command to execute.

Implements

ICommandExecute(Object)

See Also