Table of Contents

Class PathSettings

Namespace
RadioExt_Helper.forms
Assembly
RadioExt-Helper.dll
Represents the settings form for managing game and staging paths.
public class PathSettings : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
PathSettings
Implements
Inherited Members
Extension Methods

Constructors

PathSettings()

Initializes a new instance of the PathSettings class.
public PathSettings()

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.

Events

GameBasePathChanged

Occurs whenever the game base path is changed.
public event EventHandler? GameBasePathChanged

Event Type

EventHandler

StagingPathChanged

Occurs whenever the staging path is changed.
public event EventHandler? StagingPathChanged

Event Type

EventHandler