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

ActionInvokerTokenPair(IActionInvoker, Object) Constructor

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public ActionInvokerTokenPair(
    IActionInvoker actionInvoker,
    object token
)

Parameters

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