Click or drag to resize

INotificationService.BeforeOrganizationDetailsEdited Property

Before EInvoice added to order. If handler throws OperationCanceledException, adding is cancelled.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INotification<(IOrder order, IViewManager vm)> BeforeOrganizationDetailsEdited { get; }

Property Value

Type: INotification<ValueTuple<IOrder, IViewManager>>
See Also