RelayCommandExecute Method

Defines the method to be called when the command is invoked.

Definition

Namespace: Common.Wpf.Commands
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public void Execute(
	Object? parameter
)

Parameters

parameter  Object
Data used by the command. If the command does not require data to be passed, this object can be set to .

Implements

ICommandExecute(Object)

See Also