Click or drag to resize

INotificationService.BeforeDeleteOrder Property

Order deletion. Throwing OperationCanceledException will abort the operation.

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

Property Value

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