IDisposeWinFormsControl
Implement this interface in view models using views containing a WinFormsControlHost.
Type
csharp
public interface IDisposeWinFormsControlNamespace: RoyalApps.Community.Avalonia.Windows.NativeControls
Used By
Events
DisposeWinFormsControl
Handler Type: EventHandler<WinFormsDisposeEventArgs>
Raise this event whenever you want to finally destroy/dispose of your WinForms control.
