Class EvaluateControl
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class EvaluateControl : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
EvaluateControl
- Implements
- Inherited Members
- Extension Methods
Fields
FIconProperty
public static readonly DependencyProperty FIconProperty
Field Value
TotalCountProperty
public static readonly DependencyProperty TotalCountProperty
Field Value
ValueChangedRoutedEvent
public static readonly RoutedEvent ValueChangedRoutedEvent
Field Value
Properties
Icon
public string Icon { get; set; }
Property Value
TotalCount
public int TotalCount { 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.
OnValueChanged()
protected void OnValueChanged()
Events
ValueChanged
public event RoutedEventHandler ValueChanged