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
currentGroupsListViewGroupCollection
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbool- 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