C# Class SignLanguageEducationSystem.Infrastructure.MultiSelect.MultiSelectorBehaviours

A sync behaviour for a multiselector.
Thanks to Samuel Jack for this code: http://blog.functionalfun.net/2009/02/how-to-databind-to-selecteditems.html
Exibir arquivo Open project: huangfuyang/Sign-Language-with-Kinect

Public Properties

Property Type Description
SynchronizedSelectedItems System.Windows.DependencyProperty

Public Methods

Method Description
GetSynchronizedSelectedItems ( DependencyObject dependencyObject ) : IList

Gets the synchronized selected items.

SetSynchronizedSelectedItems ( DependencyObject dependencyObject, IList value ) : void

Sets the synchronized selected items.

Private Methods

Method Description
GetSynchronizationManager ( DependencyObject dependencyObject ) : SynchronizationManager
OnSynchronizedSelectedItemsChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetSynchronizationManager ( DependencyObject dependencyObject, SynchronizationManager value ) : void

Method Details

GetSynchronizedSelectedItems() public static method

Gets the synchronized selected items.
public static GetSynchronizedSelectedItems ( DependencyObject dependencyObject ) : IList
dependencyObject System.Windows.DependencyObject The dependency object.
return IList

SetSynchronizedSelectedItems() public static method

Sets the synchronized selected items.
public static SetSynchronizedSelectedItems ( DependencyObject dependencyObject, IList value ) : void
dependencyObject System.Windows.DependencyObject The dependency object.
value IList The value to be set as synchronized items.
return void

Property Details

SynchronizedSelectedItems public_oe static_oe property

public static DependencyProperty,System.Windows SynchronizedSelectedItems
return System.Windows.DependencyProperty