Back to Devexpress

ICommand<T> Interface

corelibraries-devexpress-dot-mvvm-dot-icommand-1.md

latest904 B
Original Source

ICommand<T> Interface

The interface that specifies a parameterized command.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
public interface ICommand<T> :
    ICommand
vb
Public Interface ICommand(Of T)
    Inherits ICommand

Type Parameters

NameDescription
T

The command parameter.

|

See Also

ICommand<T> Members

DevExpress.Mvvm Namespace