Table of Contents

Class ProjectListBox

Namespace
HeBianGu.Systems.Project
Assembly
HeBianGu.Systems.Project.dll
public class ProjectListBox : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
ProjectListBox
Implements
Inherited Members
Extension Methods

Constructors

ProjectListBox()

public ProjectListBox()

Fields

GroupByProperty

public static readonly DependencyProperty GroupByProperty

Field Value

DependencyProperty

ProjectsProperty

public static readonly DependencyProperty ProjectsProperty

Field Value

DependencyProperty

SelectedProjectProperty

public static readonly DependencyProperty SelectedProjectProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

GroupBy

public Func<IProjectItem, string> GroupBy { get; set; }

Property Value

Func<IProjectItem, string>

Projects

public IEnumerable<IProjectItem> Projects { get; set; }

Property Value

IEnumerable<IProjectItem>

SelectedProject

public IProjectItem SelectedProject { get; set; }

Property Value

IProjectItem

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.

Refresh()

public void Refresh()