C# 클래스 eCollegeWP7.Util.MultiBinding.MultiBindings

상속: System.Windows.FrameworkElement
파일 보기 프로젝트 열기: PearsonLearningStudio/mobile2-windows7 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

Initialize() 공개 메소드

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

MultiBindings() 공개 메소드

public MultiBindings ( ) : System
리턴 System

SetDataContext() 공개 메소드

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