Skip to content

WinFormsDisposeEventArgs

EventArgs with a reference to the view model.

Type

csharp
public class WinFormsDisposeEventArgs : EventArgs

Namespace: RoyalApps.Community.Avalonia.Windows.NativeControls

View source

Used By

Properties

ViewModel (IDisposeWinFormsControl)

The view model which implements the IDisposeWinFormsControl interface.

Methods

Constructor(Windows.NativeControls.IDisposeWinFormsControl)

Creates a new WinFormsDisposeEventArgs instance.

Parameters

Back to API index

MIT Licensed