DelegateCommand(ActionObject) Constructor

Initializes a new instance of the DelegateCommand class.

Definition

Namespace: Common.Wpf.Commands
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public DelegateCommand(
	Action<Object?> execute
)

Parameters

execute  ActionObject
Method that has a single parameter and does not return a value.

See Also