Click or drag to resize

INotificationServiceOrderEditCardSlided 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: INotificationValueTupleCardInputDialogResult, IOrder, IOperationService, IViewManager, Boolean
See Also