Class TagBox
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
SearchTextProperty
public static readonly DependencyProperty SearchTextProperty
Field Value
TagChangedRoutedEvent
public static readonly RoutedEvent TagChangedRoutedEvent
Field Value
TagsProperty
public static readonly DependencyProperty TagsProperty
Field Value
Properties
GroupName
public string GroupName { get; set; }
Property Value
SearchText
public string SearchText { get; set; }
Property Value
Tags
public string Tags { get; set; }
Property Value
Methods
OnSelectionChanged(SelectionChangedEventArgs)
Responds to a list box selection change by raising a SelectionChanged event.
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
e
SelectionChangedEventArgsProvides data for SelectionChangedEventArgs.
OnTagChanged()
protected void OnTagChanged()
Events
TagChanged
public event RoutedEventHandler TagChanged