WinFormsDisposeEventArgs
EventArgs with a reference to the view model.
Type
csharp
public class WinFormsDisposeEventArgs : EventArgsNamespace: RoyalApps.Community.Avalonia.Windows.NativeControls
Used By
Properties
ViewModel (IDisposeWinFormsControl)
The view model which implements the IDisposeWinFormsControl interface.
Methods
Constructor(Windows.NativeControls.IDisposeWinFormsControl)
Creates a new WinFormsDisposeEventArgs instance.
Parameters
viewModel(IDisposeWinFormsControl): The view model which implements the IDisposeWinFormsControl interface.
