In WinForms we had the ability to hook Form.ResizeBegin and Form.ResizeEnd to be notified when a Form was about to begin resizing and after it had finished resizing.
Is there a way to get similar functionality for a WinForms UserControl hosted in a WindowsFormsHost in WPF?