Table of Contents

Class RestoreForm

Namespace
RadioExt_Helper.forms
Assembly
RadioExt-Helper.dll
public class RestoreForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
RestoreForm
Implements
Inherited Members
Extension Methods

Constructors

RestoreForm(string, string)

public RestoreForm(string backupFilePath, string restorePath)

Parameters

backupFilePath string
restorePath string

Methods

Dispose(bool)

Clean up any resources being used.
protected override void Dispose(bool disposing)

Parameters

disposing bool
true if managed resources should be disposed; otherwise, false.

~RestoreForm()

protected ~RestoreForm()

Events

RestoreCompleted

Occurs when the restore operation is completed.

Event data is a flag indicating success and the restored path.

public event EventHandler<(bool, string)>? RestoreCompleted

Event Type

EventHandler<(bool, string)>