Hello,
Using v20.4.0.38 and can't get the Destroyed event callback to trigger.
The .razor file contains: <SfTextBox Destroyed=@DestroyedHandler />
And the .razor.cs file contains: private async Task DestroyedHandler(object args).
This method is never invoked.
Peter