C# Class eCollegeWP7.Util.MultiBinding.MultiBindings

Inheritance: System.Windows.FrameworkElement
显示文件 Open project: PearsonLearningStudio/mobile2-windows7 Class Usage Examples

Public Methods

Method 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

Method Description
Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

Initialize() public method

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

MultiBindings() public method

public MultiBindings ( ) : System
return System

SetDataContext() public method

Sets the DataContext of each of the MultiBinding instances
public SetDataContext ( object dataContext ) : void
dataContext object
return void