Click or drag to resize

INotificationService.OrderEditCardSlided Property

Card slided on the order edit screen. Handler should return true if the event is to be marked handled.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INotification<(CardInputDialogResult card, IOrder order, IOperationService os, IViewManager vm), bool> OrderEditCardSlided { get; }

Property Value

Type: INotification<ValueTuple<CardInputDialogResult, IOrder, IOperationService, IViewManager>, Boolean>
See Also