C# Class FloydPink.Flickr.Downloadr.UI.Behaviors.MultiSelectorBehaviours

A sync behaviour for a multiselector.
Afficher le fichier Open project: flickr-downloadr/flickr-downloadr

Méthodes publiques

Свойство Type Description
SynchronizedSelectedItems System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetSynchronizedSelectedItems ( DependencyObject dependencyObject ) : IList

Gets the synchronized selected items.

SetSynchronizedSelectedItems ( DependencyObject dependencyObject, IList value ) : void

Sets the synchronized selected items.

Private Methods

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

Method Details

GetSynchronizedSelectedItems() public static méthode

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

SetSynchronizedSelectedItems() public static méthode

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.
Résultat void

Property Details

SynchronizedSelectedItems public_oe static_oe property

public static DependencyProperty,System.Windows SynchronizedSelectedItems
Résultat System.Windows.DependencyProperty