ActionInvokerTokenPair(IActionInvoker, Object) Constructor
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
actionInvoker | DevExpress.Mvvm.Native.IActionInvoker |
token | Object |
See Also
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
public ActionInvokerTokenPair(
IActionInvoker actionInvoker,
object token
)
Public Sub New(
actionInvoker As IActionInvoker,
token As Object
)
Name | Type |
---|---|
actionInvoker | DevExpress.Mvvm.Native.IActionInvoker |
token | Object |
No
Your feedback is appreciated.