IRelayCommand<T>.Execute(T) Method

Definition

Provides a strongly-typed variant of Execute(Object).

public void Execute (T? parameter);
abstract member Execute : 'T -> unit
Public Sub Execute (parameter As T)

Parameters

parameter
T

The input parameter.

Remarks

Use this overload to avoid boxing, if T is a value type.

Applies to