Skip to main content

CommandBase<T>.Execute(T) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public abstract void Execute(
    T param
)

#Parameters

Name Type Description
param T

The command parameter.

#Implements

See Also