Skip to main content
A newer version of this page is available. .

ActionInvokerTokenPair(IActionInvoker, Object) Constructor

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public ActionInvokerTokenPair(
    IActionInvoker actionInvoker,
    object token
)

Parameters

Name Type
actionInvoker DevExpress.Mvvm.Native.IActionInvoker
token Object
See Also