C# Class eCollegeWP7.Util.MultiBinding.MultiBindings

Inheritance: System.Windows.FrameworkElement
Afficher le fichier Open project: PearsonLearningStudio/mobile2-windows7 Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( FrameworkElement targetElement ) : void

Initialises each of the MultiBindings, and binds their ConvertedValue to the given target property.

MultiBindings ( ) : System
SetDataContext ( object dataContext ) : void

Sets the DataContext of each of the MultiBinding instances

Private Methods

Méthode Description
Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

Initialize() public méthode

Initialises each of the MultiBindings, and binds their ConvertedValue to the given target property.
public Initialize ( FrameworkElement targetElement ) : void
targetElement System.Windows.FrameworkElement
Résultat void

MultiBindings() public méthode

public MultiBindings ( ) : System
Résultat System

SetDataContext() public méthode

Sets the DataContext of each of the MultiBinding instances
public SetDataContext ( object dataContext ) : void
dataContext object
Résultat void