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

Provides a mechanism for attaching a MultiBinding to an element
파일 보기 프로젝트 열기: PearsonLearningStudio/mobile2-windows7

공개 프로퍼티들

프로퍼티 타입 설명
DataContextPiggyBackProperty System.Windows.DependencyProperty
MultiBindingsProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetDataContextPiggyBack ( DependencyObject d ) : object
GetMultiBindings ( DependencyObject obj ) : MultiBindings
SetDataContextPiggyBack ( DependencyObject d, object value ) : void
SetMultiBindings ( DependencyObject obj, MultiBindings value ) : void

비공개 메소드들

메소드 설명
OnDataContextPiggyBackChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the DataContextPiggyBack property.

OnMultiBindingsChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Invoked when the MultiBinding property is set on a framework element

메소드 상세

GetDataContextPiggyBack() 공개 정적인 메소드

public static GetDataContextPiggyBack ( DependencyObject d ) : object
d System.Windows.DependencyObject
리턴 object

GetMultiBindings() 공개 정적인 메소드

public static GetMultiBindings ( DependencyObject obj ) : MultiBindings
obj System.Windows.DependencyObject
리턴 MultiBindings

SetDataContextPiggyBack() 공개 정적인 메소드

public static SetDataContextPiggyBack ( DependencyObject d, object value ) : void
d System.Windows.DependencyObject
value object
리턴 void

SetMultiBindings() 공개 정적인 메소드

public static SetMultiBindings ( DependencyObject obj, MultiBindings value ) : void
obj System.Windows.DependencyObject
value MultiBindings
리턴 void

프로퍼티 상세

DataContextPiggyBackProperty 공개적으로 정적으로 프로퍼티

DataContextPiggyBack Attached Dependency Property, used as a mechanism for exposing DataContext changed events
public static DependencyProperty,System.Windows DataContextPiggyBackProperty
리턴 System.Windows.DependencyProperty

MultiBindingsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MultiBindingsProperty
리턴 System.Windows.DependencyProperty