Table of Contents

Class ForbiddenKeywordInput

Namespace
RadioExt_Helper.forms
Assembly
RadioExt-Helper.dll
Form for inputting a forbidden keyword.
public class ForbiddenKeywordInput : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
ForbiddenKeywordInput
Implements
Inherited Members
Extension Methods

Constructors

ForbiddenKeywordInput(ListViewGroupCollection)

Initializes a new instance of the ForbiddenKeywordInput class with the current groups in the list view.
public ForbiddenKeywordInput(ListViewGroupCollection currentGroups)

Parameters

currentGroups ListViewGroupCollection

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

ForbiddenKeywordAdded

Event that is raised when a forbidden keyword is added.
public event EventHandler<ForbiddenKeyword>? ForbiddenKeywordAdded

Event Type

EventHandler<ForbiddenKeyword>