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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INotification<(CardInputDialogResult card, IOrder order, IOperationService os, IViewManager vm), bool> OrderEditCardSlided { get; }

Property Value

INotificationValueTupleCardInputDialogResult, IOrder, IOperationService, IViewManager, Boolean
See Also