Table of Contents

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

DependencyProperty

TotalCountProperty

public static readonly DependencyProperty TotalCountProperty

Field Value

DependencyProperty

ValueChangedRoutedEvent

public static readonly RoutedEvent ValueChangedRoutedEvent

Field Value

RoutedEvent

Properties

Icon

public string Icon { get; set; }

Property Value

string

TotalCount

public int TotalCount { get; set; }

Property Value

int

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.

OnValueChanged()

protected void OnValueChanged()

Events

ValueChanged

public event RoutedEventHandler ValueChanged

Event Type

RoutedEventHandler