Table of Contents

Class TagBox

Namespace
H.Controls.TagBox
Assembly
H.Controls.TagBox.dll
public class TagBox : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
TagBox
Implements
Inherited Members
Extension Methods

Constructors

TagBox()

public TagBox()

Fields

GroupNameProperty

public static readonly DependencyProperty GroupNameProperty

Field Value

DependencyProperty

SearchTextProperty

public static readonly DependencyProperty SearchTextProperty

Field Value

DependencyProperty

TagChangedRoutedEvent

public static readonly RoutedEvent TagChangedRoutedEvent

Field Value

RoutedEvent

TagsProperty

public static readonly DependencyProperty TagsProperty

Field Value

DependencyProperty

Properties

GroupName

public string GroupName { get; set; }

Property Value

string

SearchText

public string SearchText { get; set; }

Property Value

string

Tags

public string Tags { get; set; }

Property Value

string

Methods

OnSelectionChanged(SelectionChangedEventArgs)

Responds to a list box selection change by raising a SelectionChanged event.

protected override void OnSelectionChanged(SelectionChangedEventArgs e)

Parameters

e SelectionChangedEventArgs

Provides data for SelectionChangedEventArgs.

OnTagChanged()

protected void OnTagChanged()

Events

TagChanged

public event RoutedEventHandler TagChanged

Event Type

RoutedEventHandler