Skip to content

IDisposeWinFormsControl

Implement this interface in view models using views containing a WinFormsControlHost.

Type

csharp
public interface IDisposeWinFormsControl

Namespace: RoyalApps.Community.Avalonia.Windows.NativeControls

View source

Used By

Events

DisposeWinFormsControl

Handler Type: EventHandler<WinFormsDisposeEventArgs>

Raise this event whenever you want to finally destroy/dispose of your WinForms control.

Back to API index

MIT Licensed