Skip to main content

ActionInvokerTokenPair(IActionInvoker, Object) Constructor

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public ActionInvokerTokenPair(
    IActionInvoker actionInvoker,
    object token
)

Parameters

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