The event you're looking for is order_cancel_after and it's dispatched in the cancel method of \Magento\Sales\Model\Order : public function ...
is to update a payment API when a a customer is refunded in Magento 2, ...
Allows you to cancel the order invoice when you canceled the order. Check event called at, file, vendor/magento/module-sales/Model/Order/ ...
I'll leave this here in case anyone is having this issue on Magento 2 EE as ...
lines_declined event. CSA cancels full order. A CSA can cancel a full order in the OMS Admin via Actions > Cancel order. See ...
I am using the following code to prevent the order from being cancelled from the
Magento admin panel.
How to Send Email After Order Cancellation in Magento 2
I wonder what the correct event that I observe when a sale is canceled. I'm trying to "sales_order_item_cancel" but I do not know if that's correct.
Cancelled Order. This event is triggered when an order status is changed to Cancelled in your Magento 2 store.
xml file, Magento will execute class Mageplaza\HelloWorld\Observer\ ChangeDisplayText whenever the dispatch method of this event was called on frontend area.