Click or drag to resize

DelegateCommandTExecute Method

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

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public void Execute(
	Object? parameter
)

Parameters

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

Implements

ICommandExecute(Object)
See Also